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 {