From 5c375bdacc5e1c07d76c95196617cfdc0ea24dd9 Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 23 Jul 2017 03:37:07 -0400 Subject: [PATCH] fix menu width --- src/styles/riotblog.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/riotblog.scss b/src/styles/riotblog.scss index 5e8964c..4d3845d 100644 --- a/src/styles/riotblog.scss +++ b/src/styles/riotblog.scss @@ -3,6 +3,8 @@ $branding: #25658f; $branding2: #4b93c1; $branding3: #1b4c6c; +$menuWidth: 60px; + .branded, button { border-radius: 5px; border-color: $branding2 !important; @@ -97,7 +99,7 @@ p, h6, h4 { } .navigate { - width: 20% !important; + width: $menuWidth; margin-bottom: 25px !important; margin: auto !important; } @@ -127,7 +129,7 @@ p, h6, h4 { } .mobile-navigate { - width: 60px; + width: $menuWidth; height: 45px !important; }