scss: remove page padding on hamburger page-wrapper

This commit is contained in:
Thomas Jund 2019-10-02 16:22:22 +02:00
parent d89b5d9ba4
commit 7a2baa3fba
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,6 @@ $nav-mobile-bottom-bar-badge-background: #e22 !default;
}
div.gru-nav {
padding: 0;
margin: 10px auto;
height: $nav-height;
border-radius: $border-radius;
@ -199,6 +198,7 @@ div.menucell {
}
div.gru-nav {
padding: 0;
height: auto;
background: transparent;
@if $responsive-menu == left-to-right {