post-info glyph margin fix
This commit is contained in:
parent
5100a62fc0
commit
a0b799810b
|
@ -158,7 +158,7 @@
|
|||
|
||||
.post-infos {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -428,8 +428,12 @@ aside.quote {
|
|||
}
|
||||
|
||||
.post-info {
|
||||
margin-left: 0.5em;
|
||||
flex: 0 0 auto;
|
||||
margin-right: 0.5em;
|
||||
|
||||
&.post-date {
|
||||
margin-right: 0;
|
||||
}
|
||||
&.via-email,
|
||||
&.whisper {
|
||||
line-height: $line-height-medium;
|
||||
|
|
Loading…
Reference in New Issue