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 { &__slide-down {
svg { // svg {
margin: auto; // margin: auto;
display: block; // display: block;
} // }
@include themify($themes) { @include themify($themes) {
background-color: themed('navbar-background-color'); background-color: themed('navbar-background-color');
@ -210,10 +210,6 @@
} }
} }
&-icon {
margin-top: 0.4rem;
}
&.is-active { &.is-active {
position: absolute; position: absolute;
top: $grid_navbar_height; top: $grid_navbar_height;