From 5a2188081f6077664ee60457ff07477dc7df5067 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 9 Jul 2018 09:25:09 -0400 Subject: [PATCH] give nav a white background so it looks less broken --- scss/sections/_navigation.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/sections/_navigation.scss b/scss/sections/_navigation.scss index 02ed3b22..3de38a0f 100644 --- a/scss/sections/_navigation.scss +++ b/scss/sections/_navigation.scss @@ -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; } -} \ No newline at end of file +}