mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Make middle banner image resize properly and keep its aspect ratio
This commit is contained in:
parent
61aad76b68
commit
565eeb776f
1 changed files with 2 additions and 1 deletions
|
@ -33,8 +33,9 @@
|
|||
align-self: flex-end;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue