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 {
|
.post-info {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
|
||||||
&.via-email,
|
&.via-email,
|
||||||
&.whisper {
|
&.whisper {
|
||||||
line-height: $line-height-medium;
|
line-height: $line-height-medium;
|
||||||
|
|
|
@ -917,8 +917,6 @@ a.attachment:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-info {
|
.post-info {
|
||||||
margin-left: 0.5em;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue