diff --git a/src/components/Main.js b/src/components/Main.js index 5148fec..34970c6 100644 --- a/src/components/Main.js +++ b/src/components/Main.js @@ -67,7 +67,7 @@ const PageContent = styled.div` display: flex; align-items: center; justify-content: center; - margin: 2em 20vw; + margin: 2em 25vw; position: relative; z-index: 0; diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 581a709..3596258 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -71,7 +71,7 @@ const NavbarWrapper = styled.div` display: flex; align-items: center; justify-content: center; - margin: 1em 20vw; + margin: 1em 25vw; margin-top: 2em; padding-top: 10px; @@ -202,6 +202,7 @@ const Tab = styled.button` width: 100%; flex-direction: column; padding-top: 0; + background: none; } `;