From 3304a3f31eef84a276731ed0934cd788bc60b0d6 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 13 Nov 2015 10:13:36 -0500 Subject: [PATCH] changed padding for menu items to 22px --- 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 eb57c4c..06c551e 100644 --- a/css/app.css +++ b/css/app.css @@ -6446,7 +6446,7 @@ header { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .row .top-bar .top-bar-section ul li a { - padding: 0 20px; } + padding: 0 22px; } .row .top-bar .top-bar-section ul li ul.dropdown { background: #FFFFFF; border-bottom-left-radius: 5px; @@ -6498,7 +6498,7 @@ header { height: auto; line-height: 1; } .top-bar-section ul li a { - padding: 0 24px; } + padding: 0 22px; } .top-bar-section ul li ul.dropdown { background: #FFFFFF; border-bottom-left-radius: 5px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 5ffb787..a09a92b 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -48,7 +48,7 @@ } } a { - padding: 0 20px; + padding: 0 22px; } &:not(.has-form):not(.active) { @@ -134,7 +134,7 @@ // min-width: 158px; a { // text-align: center; - padding: 0 24px; + padding: 0 22px; // font-size: 20px; // font-weight: bold; // color: $white; -- 2.17.1