From 2e874933a5c633d1f40abd342f5ecf969cb53d92 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Thu, 16 Feb 2017 22:36:09 +0100 Subject: [PATCH] Navbar fixes. --- src/App.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.scss b/src/App.scss index b7bbf8ef8a..5c14c17b84 100644 --- a/src/App.scss +++ b/src/App.scss @@ -59,6 +59,8 @@ nav { height: 50px; .inner-nav { + padding-left: 20px; + padding-right: 20px; display: flex; align-items: center; flex-basis: 920px;