diff --git a/css/style.css b/css/style.css index 53f0306..7db2eb0 100644 --- a/css/style.css +++ b/css/style.css @@ -67,7 +67,7 @@ body { .large img { width: 100%; - max-width: 340px; } + max-width: 380px; } .large .hideable { opacity: 1; } diff --git a/sass/style.scss b/sass/style.scss index 12efdd0..26a7ecc 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -85,7 +85,7 @@ body { .large { img { width: 100%; - max-width: 340px; + max-width: 380px; } .hideable { opacity: 1;