Reduce padding of header and footer

This commit is contained in:
Jonas Tobias Hopusch 2021-08-25 18:54:12 +02:00
parent 6245d8be99
commit 7652b54e34
Failed to generate hash of commit
1 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,14 @@ body {
header, footer {
text-align: center;
padding: 2rem 0;
}
header {
padding-bottom: 2rem;
}
footer {
padding-top: 2rem;
}
.globalnav{