color: $menu-color;
display: flex;
flex-direction: column;
+ width: 100%;
&:focus, &:hover {
overflow-y: auto;
}
- .top-menu {
- flex-grow: 1;
- width: $menu-width;
- }
-
.logged-in-block {
height: 100px;
background-color: rgba(255, 255, 255, 0.15);
}
}
}
+
+@media screen and (max-width: 400px) {
+ .menu-wrapper {
+ width: 100% !important;
+ z-index: 10000;
+ }
+
+ .top-menu {
+ width: 100%;
+ }
+}
}
@media screen and (max-width: 600px) {
- .menu-wrapper {
- width: 100% !important;
- z-index: 10000;
- }
-
- menu {
- width: $menu-width;
- }
-
.main-col {
margin-left: 0;
}
}
}
-}
-
-@media screen and (max-width: 400px) {
- menu {
- width: 100%;
- }
-}
+}
\ No newline at end of file