From 1fae4ba8cb7d4e21b4de42512980c5a6b7083b1a Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 13 Apr 2017 05:28:49 -0700 Subject: [PATCH] More style tweaking --- css/style.css | 2 +- sass/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index cfc31af..925b1cf 100644 --- a/css/style.css +++ b/css/style.css @@ -67,7 +67,7 @@ body { .large img { width: 100%; - max-width: 400px; } + max-width: 340px; } .large .hideable { opacity: 1; } diff --git a/sass/style.scss b/sass/style.scss index 6af99b1..a009e63 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -85,7 +85,7 @@ body { .large { img { width: 100%; - max-width: 400px; + max-width: 340px; } .hideable { opacity: 1;