From 6dbf30403a3965502cd5908a66145c8da594da95 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 1 Apr 2019 14:36:10 -0500 Subject: [PATCH] Adjust footer and headers layout --- _includes/footer.html | 8 +++----- assets/css/style.scss | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 14608edd..6cba2961 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,8 +1,6 @@ diff --git a/assets/css/style.scss b/assets/css/style.scss index ab469286..b23e063f 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -78,9 +78,10 @@ a, } .anchor { + margin-top: 4rem; &:target { margin-top: -4rem; - padding-top: 4rem; + padding-top: 8rem; } } @@ -130,6 +131,20 @@ a, .email { background: $email; } .diaspora { background: $diaspora; } +.footer-divider { + margin-top: 3em; + margin-bottom: 3em; + border: none; + height: 1px; + background-color: #343A40; +} + +.copyright-text { + margin-top: 1em; + margin-bottom: 3em; + text-align: justify; +} + footer { img, i {