Skip to content

Commit

Permalink
fix: Fix navlink css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed May 27, 2019
1 parent 6256370 commit b72b37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/NavLinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
.nav-item {
position: relative;
display: inline-block;
// display: inline-block;
line-height: 2rem;
}
}
Expand All @@ -36,4 +36,4 @@
// border-bottom: 2px solid lighten($accentColor, 8%);
// }
// }
// }
// }

0 comments on commit b72b37b

Please sign in to comment.