Skip to content

Commit

Permalink
Merge pull request #27 from markteekman/develop
Browse files Browse the repository at this point in the history
Include Dropdown buttons in mobile menu styling
  • Loading branch information
markteekman authored Apr 27, 2022
2 parents 858b551 + c670542 commit 478ff80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ import ResponsiveToggle from './ResponsiveToggle.astro'
}
}

a {
a,
button {
display: block;
width: 100%;
padding: 0.5rem 0;
Expand Down

0 comments on commit 478ff80

Please sign in to comment.