From f6301500f597420f410f92e60c60ea818772eb40 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 15 Mar 2016 15:41:47 -0400 Subject: [PATCH] fixing top bar menu item padding --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index a1b14ab..60d3f24 100644 --- a/css/app.css +++ b/css/app.css @@ -6452,7 +6452,7 @@ header { content: none; } .top-bar-section li:not(.has-form) a:not(.button) { - padding: 0 1rem; } + padding: 0 1.25rem; } .breadcrumbs span a span { color: #000000; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 95caf54..6e000ee 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -213,5 +213,5 @@ } } .top-bar-section li:not(.has-form) a:not(.button){ - padding: 0 1rem; + padding: 0 1.25rem; } \ No newline at end of file -- 2.17.1