diff --git a/styles/01-styles.scss b/styles/01-styles.scss
index 5554b05..e56d167 100644
--- a/styles/01-styles.scss
+++ b/styles/01-styles.scss
@@ -190,6 +190,10 @@ input[type="submit"] {
&.no-padding {
padding: 0;
}
+
+ &:has(+ .content.footer) {
+ padding-bottom: 3em;
+ }
}
.overflow-x {
@@ -231,9 +235,13 @@ input[type="submit"] {
.content.footer {
background: var(--primary-dark);
color: var(--color-text);
- margin-top: .5em;
padding: .25em 1em;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+
a {
color: var(--color-text);
text-decoration: underline;
diff --git a/views/head.ejs b/views/head.ejs
index a1d6e79..561d5db 100644
--- a/views/head.ejs
+++ b/views/head.ejs
@@ -14,7 +14,7 @@
<% } %>
-
+