From 205ec761edc428043729880de6c5a12c918744f2 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 13 Apr 2017 05:34:18 -0700 Subject: [PATCH] More cd 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 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;