FIX: Margin on `post-info` should be present in mobile and desktop
This commit is contained in:
parent
5290138e84
commit
45a2c94fb3
|
@ -428,6 +428,8 @@ aside.quote {
|
|||
}
|
||||
|
||||
.post-info {
|
||||
margin-left: 0.5em;
|
||||
|
||||
&.via-email,
|
||||
&.whisper {
|
||||
line-height: $line-height-medium;
|
||||
|
|
|
@ -917,8 +917,6 @@ a.attachment:before {
|
|||
}
|
||||
|
||||
.post-info {
|
||||
margin-left: 0.5em;
|
||||
|
||||
a {
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue