Fixes homepage sponsor aspect ratios
This commit is contained in:
parent
50bc1497e9
commit
e405e31a9b
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ $homepage-block-min-height: 480px;
|
|||
a img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue