Skip to content

Commit

Permalink
Tweaks to the sections menu for better spacing of multi-line menus
Browse files Browse the repository at this point in the history
  • Loading branch information
markbarnes committed Feb 19, 2018
1 parent 3b55d80 commit 6d1ab92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/style-0-369.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ h4 {
}

.genesis-nav-menu {
font-size: 24px;
font-size: 22px;
}

.genesis-nav-menu a {
Expand Down Expand Up @@ -182,9 +182,13 @@ h4 {
font-size: 13px;
}

.genesis-nav-menu .menu-item-type-section {
line-height: 11px;
}

.genesis-nav-menu .sub-menu .menu-item-type-section a {
font-size: 20px;
padding: 10px;
padding: 9px;
}

input, select, textarea {
Expand Down

0 comments on commit 6d1ab92

Please sign in to comment.