Fixes homepage sponsor aspect ratios

This commit is contained in:
Christopher Neugebauer 2017-09-27 17:44:07 -07:00
parent 50bc1497e9
commit e405e31a9b

View file

@ -148,6 +148,8 @@ $homepage-block-min-height: 480px;
a img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
}