diff --git a/pages/index.js b/pages/index.js
index 34b17cf..91d6052 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -51,16 +51,20 @@ export default function Home({
)}
-
-
-
+
+
+
+
+
+ {data.footer &&
}
- {data.footer &&
}
>
);
}
diff --git a/styles/styles.css b/styles/styles.css
index 8c64440..41351a3 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -4,6 +4,17 @@ body {
background-color: var(--color-background, #111111);
}
+/* Ensure footer sticks to bottom of viewport when content is short */
+.page-container {
+ min-height: 100vh;
+ display: flex;
+ flex-direction: column;
+}
+
+.content {
+ flex: 1;
+}
+
h1, h2, h3, h4, h5 {
font-family: var(--font-header, 'PT Sans', sans-serif);
font-weight: 700;