From 623261b8327d93bcf4dd9b026bac0fde66f57d3e Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 8 Sep 2019 10:34:34 +0200 Subject: [PATCH] Tweak the template --- sass/base_theme.scss | 2 +- templates/header.html | 4 ++-- templates/new.html | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sass/base_theme.scss b/sass/base_theme.scss index 84e2b55..15ee2fd 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -89,7 +89,7 @@ a:hover { } } } -#header { +header { margin-bottom: 70px; .title { diff --git a/templates/header.html b/templates/header.html index 4c488e5..41d1d0a 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,5 +1,5 @@ {% if not request.path.startswith('/admin') %} - + @@ -28,5 +28,5 @@ - + {% endif %} diff --git a/templates/new.html b/templates/new.html index 7db41b0..8755170 100644 --- a/templates/new.html +++ b/templates/new.html @@ -42,7 +42,13 @@
+
+ +