🐛 fix: set consistent padding between nav and main content

This commit is contained in:
welpo 2023-02-05 02:21:21 +01:00
parent 1f11e8480e
commit 6a4620a33b

View File

@ -1,6 +1,5 @@
header {
width: 100%;
// background-color: var(--navbar-color);
.main {
display: flex;
flex-direction: row;
@ -38,7 +37,7 @@ header {
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 1em 0;
padding: 1em 24px;
margin: 0 auto;
margin-bottom: 0.2rem;
}