mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Fix blocks icon for windows
Note for future reference - set the size for SVGs with height not width if using rem. IE on Windows 7 doesn’t resize correctly if the width is set with rem. Height works with rem, and exact pixel width works, but that should be avoided.
This commit is contained in:
parent
a712a8d28a
commit
f7345c443d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $darken-button: rgba(0, 0, 0, .1);
|
|||
|
||||
img {
|
||||
margin-right: 1rem;
|
||||
width: 1rem;
|
||||
height: 1.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue