From 691d7d735b09a5769c99f6748da8dcd50afd5355 Mon Sep 17 00:00:00 2001 From: Kristina Lim Date: Wed, 3 Jul 2019 04:35:44 +0800 Subject: [PATCH] Reduce padding between top bar menu items --- app/assets/stylesheets/darkswarm/variables.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/variables.css.scss b/app/assets/stylesheets/darkswarm/variables.css.scss index 58973f47eb..0b8104cea1 100644 --- a/app/assets/stylesheets/darkswarm/variables.css.scss +++ b/app/assets/stylesheets/darkswarm/variables.css.scss @@ -14,7 +14,7 @@ $brand-colour: #f27052; // Topbar $topbar-height: rem-calc(64); -$topbar-link-padding: $topbar-height / 3; +$topbar-link-padding: $topbar-height / 4; $topbar-arrows: false; $topbar-bg: $white;