Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 12, 2024
1 parent 6a6329f commit 43b21f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -202,6 +202,7 @@ const Tab = styled.button`
width: 100%;
flex-direction: column;
padding-top: 0;
background: none;
}
`;

Expand Down

0 comments on commit 43b21f7

Please sign in to comment.