diff --git a/src/App.css b/src/App.css index 4ef874266..58401a036 100644 --- a/src/App.css +++ b/src/App.css @@ -21,10 +21,11 @@ padding-left: .5rem !important; } .navbar { - padding: 0 3rem !important; + padding: 0 1rem !important; line-height: 2 !important; height: 4.8%; font-size: 77%; + background-color: rgba(0, 0, 0, 0.856) !important; } @media only screen and (max-width: 992px) { diff --git a/src/components/Navbar.js b/src/components/Navbar.js index cb712d1c5..bf638b895 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -40,65 +40,64 @@ export class Navbar extends Component { return (
-