[Glitch] Fix new hashtag page's items not being full-width on mobile

Port b506ce1197 to glitch-soc
This commit is contained in:
Thibaut Girka
2019-01-20 11:52:06 +01:00
parent 8001a9b97b
commit a93cb340bd
3 changed files with 11 additions and 3 deletions

View File

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