Adjust nav list .active state to accommodate text that spans multiple lines.

This commit is contained in:
Michael Rose 2017-07-05 15:56:10 -04:00
parent b1a5a14173
commit 1ef63b55e5
2 changed files with 0 additions and 14 deletions

View file

@ -433,14 +433,7 @@
margin-left: -0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #fff;
font-weight: bold;
background: $primary-color;
border-radius: $border-radius;
&:hover {
color: #fff;
}
}
@include breakpoint(max-width ($large - 1px)) {

View file

@ -433,14 +433,7 @@
margin-left: -0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #fff;
font-weight: bold;
background: $primary-color;
border-radius: $border-radius;
&:hover {
color: #fff;
}
}
@include breakpoint(max-width ($large - 1px)) {