fix emoji size

This commit is contained in:
Rhiannon Morris 2020-07-21 15:11:52 +02:00
parent 906768a393
commit e719d41110
1 changed files with 5 additions and 0 deletions

View File

@ -70,3 +70,8 @@ footer {
.corner.left { left: 2em; }
.corner.right { right: 2em; }
.emoji {
text-align: baseline;
height: 1em;
}