feat: add mobile navigation dropdown

This commit is contained in:
Stevan Freeborn
2023-04-18 22:51:50 -05:00
parent d0e3855600
commit 5eeba20302
5 changed files with 116 additions and 24 deletions
+16
View File
@@ -8,6 +8,12 @@
scrollbar-color: transparent #0b3766;
}
@media screen and (max-width: 1000px) {
.container {
display: none;
}
}
.container::-webkit-scrollbar {
background-color: transparent;
}
@@ -21,6 +27,10 @@
background-color: #0b3766;
}
.container::-webkit-scrollbar-corner {
background-color: transparent;
}
.link {
text-decoration: none;
}
@@ -80,6 +90,12 @@
justify-content: space-between;
align-items: center;
gap: 3rem;
flex: 1 1 auto;
}
.chevronContainer {
display: flex;
justify-content: center;
}
.chevron {