fix alignment of .corner
This commit is contained in:
parent
7f91331195
commit
7ab9dc7f66
1 changed files with 8 additions and 2 deletions
|
@ -90,8 +90,14 @@ footer {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.corner.left { left: 2em; }
|
.corner.left {
|
||||||
.corner.right { right: 2em; }
|
left: 2em;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.corner.right {
|
||||||
|
right: 2em;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.emoji {
|
.emoji {
|
||||||
max-height: 1.2em;
|
max-height: 1.2em;
|
||||||
|
|
Loading…
Reference in a new issue