FIX: Margin on `post-info` should be present in mobile and desktop

This commit is contained in:
Robin Ward 2018-06-20 15:39:36 -04:00
parent 5290138e84
commit 45a2c94fb3
2 changed files with 2 additions and 2 deletions

View File

@ -428,6 +428,8 @@ aside.quote {
}
.post-info {
margin-left: 0.5em;
&.via-email,
&.whisper {
line-height: $line-height-medium;

View File

@ -917,8 +917,6 @@ a.attachment:before {
}
.post-info {
margin-left: 0.5em;
a {
color: dark-light-choose($primary-medium, $secondary-medium);
}