From 338af099a787620fe92deff229689abd88bb98aa Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Wed, 8 Jan 2020 21:44:39 -0500 Subject: [PATCH] Fix bug on mobile where logos would spill over --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 55d898b..a16f3b8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -59,8 +59,10 @@ div.main-logo { .sponsors img { display: inline-block; - margin-right: 40px; + margin-right: 40px; + max-width: 100%; } + .title-sponsors img{ max-height: 90px; }