Browse Source

Decrease nav links padding on small screens

Thibaut 11 years ago
parent
commit
d570f7866b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      assets/stylesheets/components/_header.scss

+ 2 - 0
assets/stylesheets/components/_header.scss

@@ -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 {