Merge branch 'master' into add_categories

This commit is contained in:
Joey Yakimowich-Payne 2020-02-14 09:48:08 -07:00
commit fac828b1e9
13 changed files with 72 additions and 51 deletions

View file

@ -269,6 +269,13 @@ $threads-meta-color: #545d70;
}
// Hide all the avatars but the first on small screens.
@media screen and (max-width: 600px) {
#threads-list a:not(:first-child) > .avatar {
display: none;
}
}
.posts, .about {
@extend .grid-md;
@extend .container;