Update styles

This commit is contained in:
lostinlight 2018-05-05 06:55:44 +03:00
parent 8cdc67d58e
commit 5a228eae73
1 changed files with 5 additions and 1 deletions

View File

@ -148,7 +148,7 @@ $taglist: (diaspora, $diaspora),
(ganggo, $ganggo),
(aardwolf, $aardwolf),
(postactiv, $postactiv),
(peertube, peertube);
(peertube, $peertube);
@each $tag, $color in $taglist {
svg.f-tag.#{$tag} {
@ -160,6 +160,10 @@ $taglist: (diaspora, $diaspora),
.chronicles .urgent {
right: 9em;
}
.post__preview:not(.wanted):not(.featured) {
flex: 46% 0 0;
}
}
@media screen and (max-width: $mq-medium) {