Remove bottom margin on header and footer contents

This commit is contained in:
Tanguy Gérôme 2025-06-10 10:49:11 +03:00
parent c48975bf79
commit 759b6389b6
Signed by untrusted user who does not match committer: tanguy
GPG key ID: 10B2947233740B88

View file

@ -102,6 +102,7 @@ body {
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 0;
h1 {
display: flex;
@ -193,6 +194,7 @@ body {
justify-content: space-between;
align-items: center;
gap: 8px;
margin-bottom: 0;
@media all and (max-width: 400px) {
flex-direction: column;