Mobile navigation, merchandise content

This commit is contained in:
Andre Beging
2020-02-29 18:15:12 +01:00
parent 5f9ae37008
commit 801ac69a01
19 changed files with 2150 additions and 17 deletions

View File

@@ -27,6 +27,10 @@
display: flex;
align-items: center;
@media screen and (max-width: $breakpoint-sm) {
display: none;
}
a {
display: inline-block;
text-decoration: none;