From e405e31a9b128ef592a629318f71efa9fac6f054 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 27 Sep 2017 17:44:07 -0700 Subject: [PATCH] Fixes homepage sponsor aspect ratios --- static/scss/custom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index d013a78..7c00452 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -148,6 +148,8 @@ $homepage-block-min-height: 480px; a img { max-width: 100%; max-height: 100%; + width: auto; + height: auto; } }