Skip to content

Commit

Permalink
Fixes desktop navigation spacing (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosschapman authored Oct 2, 2024
1 parent a7b0310 commit 841b36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/ui/Navigation/DesktopNavigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
font-size: 18px;
text-decoration: none;
color: $text-primary;
padding: $spacing-3 $spacing-3;
padding: $spacing-3 $spacing-4;

&:hover {
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion app/components/ui/Navigation/Navigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
// Adds separator
border-right: 1px solid black;
padding-right: $spacing-4;
margin-right: $spacing-4;
margin-right: $spacing-6;
}
// margin-right: $spacing-6;

Expand Down

0 comments on commit 841b36d

Please sign in to comment.