[Glitch] Responsive design for profile directory

Port SCSS changes from 087e118971 to glitch flavour
This commit is contained in:
Thibaut Girka
2018-12-18 17:03:53 +01:00
parent 034ffc079e
commit a18a46ca6e
2 changed files with 36 additions and 13 deletions

View File

@@ -296,6 +296,12 @@
text-decoration: underline;
color: $primary-text-color;
}
@media screen and (max-width: $no-gap-breakpoint) {
&.optional {
display: none;
}
}
}
.nav-button {