Fix top-gap in main
This commit is contained in:
parent
2f32c2b80f
commit
1137cfc1cc
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue