Decrease nav links padding on small screens

pull/165/head
Thibaut 10 years ago
parent 3dd07d2664
commit d570f7866b

@ -35,6 +35,8 @@
padding: 0 1.25rem; padding: 0 1.25rem;
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
@media #{$mediumScreen} { padding: 0 .75rem; }
} }
._nav-link { ._nav-link {

Loading…
Cancel
Save