From 7154e50aae9f5f3dc95ccdaf63bd34d7e75322b4 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 16 Nov 2015 13:53:40 -0500 Subject: [PATCH] lessened padding on tablet view so it never wraps --- css/app.css | 4 ++-- scss/_topbar.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 2e13f7b..904c1b6 100644 --- a/css/app.css +++ b/css/app.css @@ -6462,7 +6462,7 @@ header { @media only screen and (min-width:40.063em) and (max-width:64em) { .row .top-bar .top-bar-section ul li a { font-size: 1rem; - padding: 0 15px; } } + padding: 0 14px; } } .row .top-bar .top-bar-section ul li ul.dropdown { background: #FFFFFF; border-bottom-left-radius: 5px; @@ -6529,7 +6529,7 @@ header { @media only screen and (min-width:40.063em) and (max-width:64em) { .top-bar-section ul li a { font-size: 1rem; - padding: 0 15px; } } + padding: 0 14px; } } .top-bar-section ul li.drop-left ul.dropdown { right: -1%; left: auto; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index cea6aa6..53ce7a3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -60,7 +60,7 @@ padding: 0 22px; @media #{$medium-only} { font-size: rem-calc(16); - padding: 0 15px; + padding: 0 14px; } } @@ -171,7 +171,7 @@ // } @media #{$medium-only} { font-size: rem-calc(16); - padding: 0 15px; + padding: 0 14px; } } -- 2.17.1