17 lines
341 B
SCSS
17 lines
341 B
SCSS
@charset "utf-8";
|
|
@import "initial";
|
|
|
|
@media(max-width: 767px) {
|
|
.modules-menu .modules-menu-level-0>li { margin: 0; }
|
|
.modules-menu .modules-menu-level-0>li:hover { background: transparent; }
|
|
}
|
|
|
|
@media(max-width: $screen-xs) {
|
|
.container > .navbar-header {
|
|
margin: 0;
|
|
}
|
|
.bottomicon{
|
|
display: grid;
|
|
}
|
|
}
|