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 {