Remove extra left padding from top bar menu items

This commit is contained in:
Kristina Lim
2019-07-03 00:25:32 +08:00
parent 592a468448
commit 06ed9c838e

View File

@@ -15,6 +15,7 @@ $brand-colour: #f27052;
// Topbar
$topbar-height: rem-calc(64);
$topbar-link-padding: $topbar-height / 3;
$topbar-arrows: false;
$topbar-bg: $white;
$topbar-bg-color: $topbar-bg;