From 62199e744e136f933c448d1f1bc3d95839dd0e9c Mon Sep 17 00:00:00 2001 From: nicholas llerandi Date: Wed, 24 Apr 2019 14:09:32 -0400 Subject: [PATCH] Nav-styles#71; 209 --- client/src/Global.js | 2 +- client/src/components/layout/Navbar.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/Global.js b/client/src/Global.js index 4ed6587..44a6c33 100644 --- a/client/src/Global.js +++ b/client/src/Global.js @@ -3,7 +3,7 @@ import {createGlobalStyle} from 'styled-components' const GlobalStyle = createGlobalStyle` body { margin: 0; - padding: 0; + padding: 90px 0 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; diff --git a/client/src/components/layout/Navbar.js b/client/src/components/layout/Navbar.js index 80da410..e50defe 100644 --- a/client/src/components/layout/Navbar.js +++ b/client/src/components/layout/Navbar.js @@ -48,7 +48,7 @@ class Navbar extends Component { return ( - +
@@ -61,12 +61,12 @@ class Navbar extends Component {
{isAuthenticated ? inState : outState}
-
+ ) } } -const HeaderNav = styled.header` +const StyledNavbar = styled.header` min-width: auto; ${elevation[1]}; width: 100%;