fix: style components to add responsivity

This commit is contained in:
Christel Westerberg
2024-02-13 13:28:30 +01:00
parent c578432a66
commit 5689e68610
21 changed files with 206 additions and 124 deletions

View File

@@ -1,4 +1,5 @@
.nav {
display: none;
padding-bottom: 8px;
}
@@ -29,4 +30,11 @@
.currentPage::before {
content: "";
margin-right: 4px;
}
@media (min-width: 740px){
.nav {
display: block;
}
}