Clean up code and use correct height on usa-banner

This commit is contained in:
leigh-mil
2019-08-30 14:28:37 -04:00
parent 11418aeb39
commit ef3654e014
5 changed files with 33 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
border-bottom: 1px solid $color-black;
height: 48px;
position: fixed;
top: 20px;
top: 28px;
width: 100%;
z-index: 10;

View File

@@ -4,7 +4,7 @@
padding: ($gap / 2) $gap;
z-index: 15;
position: fixed;
height: 20px;
height: 28px;
width: 100%;
img {