Fix bug on mobile where logos would spill over

This commit is contained in:
Nick Krichevsky 2020-01-08 21:44:39 -05:00
parent 4720c9db02
commit 338af099a7

View file

@ -59,8 +59,10 @@ div.main-logo {
.sponsors img { .sponsors img {
display: inline-block; display: inline-block;
margin-right: 40px; margin-right: 40px;
max-width: 100%;
} }
.title-sponsors img{ .title-sponsors img{
max-height: 90px; max-height: 90px;
} }