give nav a white background so it looks less broken

This commit is contained in:
Andrew Croce 2018-07-09 09:25:09 -04:00
parent 116b731edc
commit 5a2188081f

View File

@ -1,3 +1,7 @@
.usa-header {
background-color: $color-white;
}
.usa-navbar {
height: 5rem;
width: 5%;
@ -13,4 +17,4 @@
li:last-child {
padding-left: 3rem;
}
}
}