Skip to content

Commit

Permalink
Issue #1 - correct padding for menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Mar 25, 2021
1 parent 4c61939 commit b95ecef
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,20 @@ ul.wp-block-navigation__container {
margin: 0 auto;
}

.has-child>.wp-block-navigation-link__content {
.wp-block-navigation .has-child>.wp-block-navigation-link__content {
padding-right: 22px;


}

.wp-block-navigation .wp-block-navigation-link__content {
padding-top: 0;
padding-left: 22px;
padding-right: 22px;
}

/* ## Site Header Navigation
--------------------------------------------- */
/* ## Site Header Navigation
--------------------------------------------- */

/* Footer styling */
footer.wp-block-template-part {
Expand Down

0 comments on commit b95ecef

Please sign in to comment.