From 5d691ca05d0fd595f9bf8bec5bcd99c342a441ff Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sun, 20 Aug 2017 20:06:45 -0700 Subject: [PATCH] max width on sponsor images --- static/scss/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 86d7b50..379a59f 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -282,6 +282,7 @@ $homepage-block-min-height: 480px; .sponsor-list a img { width: 100%; + max-width: 300px; } .sponsor-list {