From 8a114b5821afccd46719da48904e192bfa143007 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 4 Nov 2015 22:51:56 +0000 Subject: [PATCH] Changed nav icon style, and remved window overflow --- src/less/style.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/less/style.less b/src/less/style.less index 77e908f..6f6facf 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -7,6 +7,7 @@ html { font-family: 'Roboto', sans-serif; font-weight: 300; text-align: center; + overflow: hidden; } body { @@ -23,7 +24,8 @@ body { .navbar-brand { img { float: left; - margin-right: 13px; + margin-right: 10px; + margin-top: -4px; height: 30px; } }