Skip to content

Commit

Permalink
[#66] apply margin-top to all child-divs
Browse files Browse the repository at this point in the history
The cookie-consent banner is there as well, so it's not always the last
div, and it doesn't hurt to apply this to all
  • Loading branch information
cpiber committed Aug 17, 2024
1 parent 73f53fd commit d4bf7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ html.enhancer-fullVideo.page-video {
top: 100vh !important;
}

#NebulaApp > div:last-child {
#NebulaApp > div {
margin-top: 0 !important;
}

Expand Down

0 comments on commit d4bf7f8

Please sign in to comment.