From cf26b5a7ab3f2464505e0a488218adb620e6dfb9 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Wed, 28 Nov 2018 00:15:00 -0500 Subject: [PATCH] Fix image stretch problems in parallax containers --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 152dad0..a217849 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -94,7 +94,7 @@ footer.page-footer { .parallax img { display: inherit; - max-width: 50%; + max-width: 200%; } #mlh-trust-badge {