From 8acac155e1547261c7dfa1c9e36e01f759032e6c Mon Sep 17 00:00:00 2001 From: "Race, Dale" Date: Wed, 11 Oct 2017 08:46:19 -0500 Subject: [PATCH] Tweak padding values for topbar to fit mobile --- src/style/_topbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/_topbar.scss b/src/style/_topbar.scss index c40af5bd..653598b6 100644 --- a/src/style/_topbar.scss +++ b/src/style/_topbar.scss @@ -1,6 +1,6 @@ .topbar { - padding: 8px 30px; + padding: 8px 0; background-color: #89bf04; .topbar-wrapper @@ -83,7 +83,7 @@ font-size: 16px; font-weight: bold; - padding: 4px 40px; + padding: 4px 30px; border: none; border-radius: 0 4px 4px 0;