Fix styling issues -- make side nav extend to top of footer, and expand padding on global layout so items are not cut off

This commit is contained in:
leigh-mil
2019-08-30 15:19:44 -04:00
parent 2742c4951a
commit 4ba1c4d869
3 changed files with 7 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ body {
display: flex;
flex-wrap: nowrap;
flex-grow: 1;
margin-bottom: $footer-height;
padding-bottom: $footer-height * 2.5;
.global-panel-container {
margin: $gap;

View File

@@ -1,5 +1,6 @@
.global-navigation {
background-color: $color-white;
height: auto;
.sidenav__link {
padding-right: $gap * 2;