From 2bb4fc006e08509e2ec11c6302fdcac7cd787098 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Sun, 28 Oct 2018 15:40:14 -0400 Subject: [PATCH] Fix stretched images --- 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 1b03e25..54be33b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -86,7 +86,7 @@ footer.page-footer { .parallax img { display: inherit; - max-height: 250%; + max-width: 50%; } #mlh-trust-badge {