Skip to content

Commit

Permalink
Local navigation block: Fix spacing around navigation menu
Browse files Browse the repository at this point in the history
Fixes #460
  • Loading branch information
ryelle committed Oct 2, 2023
1 parent 6b0922a commit 4072e6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mu-plugins/blocks/local-navigation-bar/postcss/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
/* Adjust the modal container so the close button is not hidden by the global header when open. */
@media (max-width: 599px) {
top: var(--wp-global-header-height);
padding-right: var(--wp--preset--spacing--edge-space) !important;
padding-left: var(--wp--preset--spacing--edge-space) !important;
padding-top: 21px !important;
padding-bottom: 18px !important;
}
}

Expand Down

0 comments on commit 4072e6c

Please sign in to comment.