fix alignment of .corner

This commit is contained in:
Rhiannon Morris 2020-09-19 07:52:03 +02:00
parent 7f91331195
commit 7ab9dc7f66
1 changed files with 8 additions and 2 deletions

View File

@ -90,8 +90,14 @@ footer {
font-weight: 500;
}
.corner.left { left: 2em; }
.corner.right { right: 2em; }
.corner.left {
left: 2em;
text-align: left;
}
.corner.right {
right: 2em;
text-align: right;
}
.emoji {
max-height: 1.2em;