Skip to content

Commit

Permalink
fix: remove unnecessary topnav padding
Browse files Browse the repository at this point in the history
  • Loading branch information
aotearoan committed May 1, 2023
1 parent 555495b commit c3ee6ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sass/components/_top-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
border-bottom: var(--neon-border-width) var(--neon-border-style) var(--neon-border-color-top-nav);

&__container {
@include layout.padding-vertical(0.75, 0.75);
@include layout.padding-horizontal(1, 1);
// account for side nav
@include layout.spacing-horizontal('padding-left', larger-than-tablet, 0.75);
Expand Down

0 comments on commit c3ee6ea

Please sign in to comment.