Merge branch 'master' into add_categories
This commit is contained in:
commit
fac828b1e9
13 changed files with 72 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue