Skip to content

Commit

Permalink
Follow recommendations from github to place selector
Browse files Browse the repository at this point in the history
  • Loading branch information
loginesta committed Feb 26, 2025
1 parent 1c36cff commit f37a91e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,6 @@ main.overlay {
letter-spacing: var(--type-headline-2-default-letter-spacing);
}

header nav .nav-sections ul li:not(.break):empty {
display: none;
}


header nav .nav-sections ul > li ul {
width: 100%;
}
Expand Down Expand Up @@ -704,4 +699,8 @@ main.overlay {
letter-spacing: var(--type-body-1-default-letter-spacing);
margin-bottom: var(--spacing-small);
}

header nav .nav-sections ul li:not(.break):empty {
display: none;
}
}

0 comments on commit f37a91e

Please sign in to comment.