Skip to content

Commit

Permalink
Make 2024: Adjust header layout for sites with no welcome box
Browse files Browse the repository at this point in the history
See #363


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14041 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Sep 10, 2024
1 parent 735220c commit 7108aac
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,18 @@ tr:last-of-type td {
text-align: center;
}

/* Local navigation */

.wp-block-wporg-local-navigation-bar {
padding-left: var(--wp--preset--spacing--edge-space);
padding-right: var(--wp--preset--spacing--edge-space);
}

/* For sites with no welcome box */
.wp-block-wporg-local-navigation-bar + .site {
margin-top: var(--wp--preset--spacing--50);
}

/* site */

.site,
Expand Down

0 comments on commit 7108aac

Please sign in to comment.