#418: update timeago margin to align with icons

This commit is contained in:
dave 2019-03-03 14:15:53 -05:00
parent f392668b73
commit 0ea9e4ca14
2 changed files with 5 additions and 1 deletions

View file

@ -125,6 +125,10 @@
}
}
.timeago {
margin-right: .2em;
}
.icon-retweet.lit {
color: $fallback--cGreen;
color: var(--cGreen, $fallback--cGreen);