Skip to content

Commit

Permalink
fix(navbar): h2 → h6 unecessary in .navbar-brand
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 9, 2019
1 parent cd2434b commit 190e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
}

// stylelint-disable selector-list-comma-newline-after
h1,
[class*="display-"],
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
line-height: $navbar-expanded-padding-y;
}
Expand Down

0 comments on commit 190e1ef

Please sign in to comment.