making adjustments to the topbar so it doesn't wrap
authorIan Weller <ian@gaslightmedia.com>
Mon, 16 May 2016 15:26:13 +0000 (11:26 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 16 May 2016 15:27:20 +0000 (11:27 -0400)
css/app.css
scss/_topbar.scss

index e87246a..43b2400 100644 (file)
@@ -6356,7 +6356,7 @@ header {
       letter-spacing: 0.035em; }
       .top-bar-section ul li a:hover {
         text-decoration: none; }
-      @media screen and (max-width: 1207px) {
+      @media screen and (max-width: 1210px) {
         .top-bar-section ul li a {
           font-size: 1.125rem; } }
       @media screen and (max-width: 1105px) {
index 2c7b830..ce44146 100644 (file)
@@ -34,7 +34,7 @@
                 &:hover {
                     text-decoration: none;
                 }
-                @media screen and (max-width: 1207px){
+                @media screen and (max-width: 1210px){
                     font-size: rem-calc(18);
                 }
                 @media screen and (max-width: 1105px){