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%;