0
0
Fork 0

Fix new hashtag page's items not being full-width on mobile (#9852)

Fix #9845
This commit is contained in:
Eugen Rochko 2019-01-18 20:58:11 +01:00 committed by GitHub
parent 32daecffef
commit b506ce1197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -295,7 +295,7 @@
color: $primary-text-color;
}
@media screen and (max-width: $no-gap-breakpoint) {
@media screen and (max-width: 550px) {
&.optional {
display: none;
}