feat: add mobile navigation dropdown
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user