Skip to content

Commit

Permalink
add bottom margin to list items in bottom nav
Browse files Browse the repository at this point in the history
  • Loading branch information
cboucher01 committed May 20, 2024
1 parent 8b387ee commit 9848cdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/wbbm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,8 @@ ul.bottom-nav {
list-style-type: none;
display: inline;
margin-bottom: 1rem;

li {
margin-bottom: 1rem;
}
}

0 comments on commit 9848cdd

Please sign in to comment.