Remove margin-top: -1px from side nav
This commit is contained in:
parent
0b6f1367a1
commit
bd063b461b
@ -16,10 +16,6 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-bottom: $footer-height;
|
margin-bottom: $footer-height;
|
||||||
|
|
||||||
.global-navigation {
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.global-panel-container {
|
.global-panel-container {
|
||||||
margin: $gap;
|
margin: $gap;
|
||||||
max-width: $site-max-width;
|
max-width: $site-max-width;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
@include media($large-screen) {
|
@include media($large-screen) {
|
||||||
@include unhide;
|
@include unhide;
|
||||||
width: 25rem;
|
width: 25rem;
|
||||||
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
box-shadow: 0 6px 18px 0 rgba(48,58,65,0.15);
|
box-shadow: 0 6px 18px 0 rgba(48,58,65,0.15);
|
||||||
@ -151,6 +152,7 @@
|
|||||||
@extend .sidenav;
|
@extend .sidenav;
|
||||||
|
|
||||||
@include unhide;
|
@include unhide;
|
||||||
|
margin: 0px;
|
||||||
|
|
||||||
@include media($large-screen) {
|
@include media($large-screen) {
|
||||||
@include hide;
|
@include hide;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user