Keep aspect ratio of emoji
This commit is contained in:
parent
beaabf4360
commit
015f30c590
1 changed files with 2 additions and 2 deletions
4
main.css
4
main.css
|
@ -89,8 +89,8 @@ header, footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
img.emoji {
|
img.emoji {
|
||||||
width: 1em;
|
max-width: 1em;
|
||||||
height: 1em;
|
max-height: 1em;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue