Remove margin-top: -1px from side nav

This commit is contained in:
Patrick Smith
2019-02-06 17:22:34 -05:00
parent 0b6f1367a1
commit bd063b461b
2 changed files with 2 additions and 4 deletions

View File

@@ -16,10 +16,6 @@
flex-grow: 1;
margin-bottom: $footer-height;
.global-navigation {
margin-top: -1px;
}
.global-panel-container {
margin: $gap;
max-width: $site-max-width;