navbar menu item centering promblem fix

This commit is contained in:
zzossig 2020-01-26 14:01:38 +09:00
parent 9ee37b85dc
commit 4663bd7e4f
2 changed files with 5 additions and 9 deletions

View File

@ -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;