Skip to content

Commit

Permalink
Overlap main over header
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjoling committed Apr 18, 2024
1 parent e2010a7 commit 5e6a397
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,10 @@ header .wp-block-site-logo img {
* Site main
*/

/* Overlap main with header */
main {
position: relative;
}

/* Overlap banner with header */
main .wp-block-cover.alignwide:first-child {
margin-block-start: calc(var(--wp--preset--spacing--50) * -4);
margin-block-start: calc(var(--wp--preset--spacing--50) * -4) !important;
}

main > .entry-content.alignfull {
Expand Down

0 comments on commit 5e6a397

Please sign in to comment.