From cd6cc4bb5ce28ff5497a06081f9ecde78782f12f Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 21 Jan 2018 12:01:31 +0100 Subject: [PATCH] Update app.css --- css/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index d6e253c..fcb49da 100755 --- a/css/app.css +++ b/css/app.css @@ -4547,16 +4547,16 @@ meta.foundation-mq-topbar { color: #666; } .top-bar-section li:not(.has-form) a:not(.button) { background: #333333; - line-height: 6.25rem; - padding: 0 1.25rem; } + line-height: 4rem; + padding: 0 1rem; } .top-bar-section li:not(.has-form) a:not(.button):hover { background-color: #555555; background: #222222; } .top-bar-section li.active:not(.has-form) a:not(.button) { background: #AB8860; color: #FFFFFF; - line-height: 6.25rem; - padding: 0 1.25rem; } + line-height: 4rem; + padding: 0 1rem; } .top-bar-section li.active:not(.has-form) a:not(.button):hover { background: #96754f; color: #FFFFFF; }