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
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue