Update styles

This commit is contained in:
lostinlight 2018-05-05 06:55:44 +03:00
parent 8cdc67d58e
commit 5a228eae73

View file

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