From 4a5194037aae10c8b91055dc94450bb5b7d75245 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Oct 2017 13:52:52 +0100 Subject: [PATCH] Remove inline styles on header --- layouts/index.html | 2 +- static/src/scss/style.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 51514e9..461d3ba 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+

{{ .Title }}

{{ .RawContent }}

diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index f52df83..85aacb0 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -97,6 +97,11 @@ table td { background-color: #000; } +#index-header { + height: 90vh; + background-image: url('/img/header.jpg') +} + footer { color: $gray-700; a {