From: Anthony Talarico Date: Tue, 15 Mar 2016 19:41:47 +0000 (-0400) Subject: fixing top bar menu item padding X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f6301500f597420f410f92e60c60ea818772eb40;p=WP-Themes%2Flaury%2Fnewbreakout.git fixing top bar menu item padding --- 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