navbar menu item centering promblem fix
This commit is contained in:
parent
9ee37b85dc
commit
4663bd7e4f
|
@ -26,10 +26,10 @@
|
|||
}
|
||||
|
||||
&__slide-down {
|
||||
svg {
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
// svg {
|
||||
// margin: auto;
|
||||
// display: block;
|
||||
// }
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed('navbar-background-color');
|
||||
|
@ -210,10 +210,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
&-icon {
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
position: absolute;
|
||||
top: $grid_navbar_height;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue