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
1 changed files with 2 additions and 1 deletions

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 {