Fix bug on mobile where logos would spill over
This commit is contained in:
parent
4720c9db02
commit
338af099a7
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ div.main-logo {
|
|||
.sponsors img {
|
||||
display: inline-block;
|
||||
margin-right: 40px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.title-sponsors img{
|
||||
max-height: 90px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue