Commit d644798f authored by Phil Hughes's avatar Phil Hughes

fixed scss lint

parent 04ce5c4e
......@@ -1284,13 +1284,13 @@
width: 50%;
padding-left: 0;
padding-right: 0;
}
.nav-links li a {
a {
text-align: center;
}
.nav-links li a:not(.active) {
background-color: #fafafa;
&:not(.active) {
background-color: $gray-light;
}
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment