diff --git a/assets/site.css b/assets/site.css
index fe7ca34..3570a9c 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -296,6 +296,10 @@ body > footer {
}
}
+footer section {
+ margin-top: 0;
+}
+
.nav-toggle-button {
cursor: pointer;
text-decoration-line: underline;
diff --git a/site/_includes/-footer.njk b/site/_includes/-footer.njk
index 6579f1f..2dc3841 100644
--- a/site/_includes/-footer.njk
+++ b/site/_includes/-footer.njk
@@ -1,11 +1,21 @@
+