post-info glyph margin fix

This commit is contained in:
Kris 2018-06-25 10:50:16 -04:00
parent 5100a62fc0
commit a0b799810b
1 changed files with 6 additions and 2 deletions

View File

@ -158,7 +158,7 @@
.post-infos { .post-infos {
display: flex; display: flex;
align-items: center; align-items: baseline;
} }
} }
@ -428,8 +428,12 @@ aside.quote {
} }
.post-info { .post-info {
margin-left: 0.5em; flex: 0 0 auto;
margin-right: 0.5em;
&.post-date {
margin-right: 0;
}
&.via-email, &.via-email,
&.whisper { &.whisper {
line-height: $line-height-medium; line-height: $line-height-medium;