From d69368ba552c8b7706d3ef22fb345415ee08dd65 Mon Sep 17 00:00:00 2001 From: Angel Ordax Date: Fri, 4 Dec 2015 18:20:01 +0100 Subject: [PATCH] navbar nice --- css/editor.css | 1 - index.html | 72 +++++++++++++++++++++++--------------- scss/partials/_legacy.scss | 1 - 3 files changed, 44 insertions(+), 30 deletions(-) diff --git a/css/editor.css b/css/editor.css index ef0effb..2741b47 100644 --- a/css/editor.css +++ b/css/editor.css @@ -1,6 +1,5 @@ /* compiler is working */ body { - background: red !important; padding-top: 50px; padding-bottom: 40px; margin-left: 200px !important; diff --git a/index.html b/index.html index 7c393bc..8c4896a 100644 --- a/index.html +++ b/index.html @@ -39,35 +39,51 @@ - + +
diff --git a/scss/partials/_legacy.scss b/scss/partials/_legacy.scss index 76abf91..a6710ef 100644 --- a/scss/partials/_legacy.scss +++ b/scss/partials/_legacy.scss @@ -1,6 +1,5 @@ /* compiler is working */ body { - background: red !important; padding-top:50px; padding-bottom: 40px; margin-left:200px !important;