Added UI changes for 2020 hackathon #3

Merged
sarahakbar16 merged 16 commits from sarah into master 2020-01-09 13:27:21 -05:00
Showing only changes of commit 42d75a85e9 - Show all commits

View file

@ -60,7 +60,8 @@ div.main-logo {
.sponsors img { .sponsors img {
display: inline-block; display: inline-block;
margin-right: 40px; margin-right: 40px;
max-width: 100%; /* Hack to fix overflow of bose logo*/
max-width: calc(100% - 10px);
} }
.title-sponsors img{ .title-sponsors img{