From 95864ed89529ea248d00bffe4b4b3433b56c428e Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Tue, 18 Sep 2018 16:19:38 -0700 Subject: [PATCH] misc --- static/css/style.css | 5 +++++ templates/base.html | 2 +- templates/index_base.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index a851589..22588fc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -144,6 +144,11 @@ footer { /* PAGE */ + section#main { + padding-top: 7rem; + padding-bottom: 4rem; + } + div#main { padding-top: 7rem; padding-bottom: 4rem; diff --git a/templates/base.html b/templates/base.html index facd6d8..760581b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -59,7 +59,7 @@ diff --git a/templates/index_base.html b/templates/index_base.html index 73e48fc..1478d10 100644 --- a/templates/index_base.html +++ b/templates/index_base.html @@ -54,7 +54,7 @@ -- 2.39.5