reduced NavBar padding to 1rem

This commit is contained in:
Neshura 2022-12-17 02:17:54 +01:00
parent 5ec6bf8c29
commit 3d5d712eb9
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -17,7 +17,7 @@ export const NavBar = styled.nav`
margin-right: 1%;
display: flex;
flex: 1;
padding: 2rem 0;
padding: 1rem 0;
flex-wrap: nowrap;
justify-content: center;
align-items: center;