Fix top-gap in main

This commit is contained in:
Edgar P. Burkhart 2024-01-02 12:21:36 +01:00
parent 2f32c2b80f
commit 1137cfc1cc
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -137,7 +137,8 @@ nav {
}
}
}
:is(nav, main) > :first-child {
:is(nav, main) > :first-child,
main > section:first-child > :first-child {
margin-top: 0;
}
footer {