From d9598af72a89c54c99083f74b4d2cb6451ef8b67 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 11 Jun 2018 15:43:12 -0400 Subject: [PATCH] Add some breathing room to main section tag --- scss/atat.scss | 1 + scss/sections/_main.scss | 3 +++ templates/base.html.to | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 scss/sections/_main.scss diff --git a/scss/atat.scss b/scss/atat.scss index 5e7b2131..579c2260 100644 --- a/scss/atat.scss +++ b/scss/atat.scss @@ -9,6 +9,7 @@ @import 'components/site_action'; @import 'components/empty_state'; +@import 'sections/main'; @import 'sections/navigation'; @import 'sections/footer'; @import 'sections/login'; \ No newline at end of file diff --git a/scss/sections/_main.scss b/scss/sections/_main.scss new file mode 100644 index 00000000..9fb92a24 --- /dev/null +++ b/scss/sections/_main.scss @@ -0,0 +1,3 @@ +section { + margin-bottom: 10rem; +} \ No newline at end of file diff --git a/templates/base.html.to b/templates/base.html.to index d52ce5ec..2c99539c 100644 --- a/templates/base.html.to +++ b/templates/base.html.to @@ -13,11 +13,11 @@ {% include 'header.html.to' %} -
+
{% block content %} these are not the droids you are looking for {% end %} -
+