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;