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