Skip to content

Commit

Permalink
Design: navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
gumgood committed Aug 27, 2023
1 parent 37ec4ee commit 82824cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _sass/include/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ nav {
list-style-type: none;

width: 100%;
margin: 0;
margin: 1.5rem 0 5rem;
padding: 0;

li.nav-item {
width: 100%;
margin: 0;
padding: 0 0.75rem;
margin: 0.1rem 0;
padding: 0 1rem;
opacity: 0.9;

&:not(:first-child) {
margin-top: 0.25rem;
&:not(.subcategory) {
margin: 0.2rem 0;
}

a {
Expand Down Expand Up @@ -154,7 +154,7 @@ nav {

width: 100%;
padding: 0 1.75rem;
margin-bottom: 2.5rem;
margin-bottom: 1rem;

a {
display: flex;
Expand Down

0 comments on commit 82824cc

Please sign in to comment.