mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix image weirdness on chrome, safari
This commit is contained in:
parent
08178a58e5
commit
5ebb5fa8db
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
&.left {
|
||||
|
|
Loading…
Reference in a new issue