From cffa0f5ae33ca480030ffe7b76437061d9593136 Mon Sep 17 00:00:00 2001 From: Rod Leviton Date: Wed, 26 Oct 2016 17:35:17 +1100 Subject: [PATCH] feat(build): remove css files from template header --- css/layouts/default.styl | 8 ++++---- templates/partials/header.html | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/css/layouts/default.styl b/css/layouts/default.styl index c5a67fc..4bdcc6a 100644 --- a/css/layouts/default.styl +++ b/css/layouts/default.styl @@ -1,7 +1,7 @@ .outer-wrap - position: relative; - overflow: hidden; - width: 100%; + position: relative + overflow: hidden + width: 100% // Main .main @@ -10,7 +10,7 @@ float: left box-sizing: border-box - @media screen and (min-width: $screen-is-bigger-than-sm-desktop) + @media screen and (min-width: $screen-is-bigger-than-tablet) padding 160px 40px 40px ($sidebar-width + 60)px body.has-anchors diff --git a/templates/partials/header.html b/templates/partials/header.html index b489f5c..24101bd 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -7,9 +7,6 @@ {$ meta.title $} - {$ title $} - - -