Skip to content

Commit

Permalink
Update _nav.scss
Browse files Browse the repository at this point in the history
.nav-link attr ordering
  • Loading branch information
arthurshlain committed Feb 20, 2020
1 parent 2af07d3 commit b0f0c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_nav.scss
Expand Up @@ -13,8 +13,8 @@

.nav-link {
display: block;
text-decoration: if($link-decoration == none, null, none);
padding: $nav-link-padding-y $nav-link-padding-x;
text-decoration: if($link-decoration == none, null, none);

&:hover,
&:focus {
Expand Down

0 comments on commit b0f0c36

Please sign in to comment.