aboutsummaryrefslogtreecommitdiff
path: root/assets/static/css/style.css
diff options
context:
space:
mode:
authorNicholas Johnson <>2025-07-27 00:00:00 +0000
committerNicholas Johnson <>2025-07-27 00:00:00 +0000
commit36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc (patch)
treeb0511d539b61492f33314108c3a14758edfc3910396d4071f6077e4abfe9c23b /assets/static/css/style.css
parentfe03420640a0c8df373c5dcacb47c93647575e6064f11468460ab655dcb2d2db (diff)
downloadhugo-theme-journal-36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc.tar.gz
hugo-theme-journal-36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc.zip
Make footer stick to bottom of page
Diffstat (limited to 'assets/static/css/style.css')
-rw-r--r--assets/static/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/static/css/style.css b/assets/static/css/style.css
index 67b42f2..7bb513b 100644
--- a/assets/static/css/style.css
+++ b/assets/static/css/style.css
@@ -91,6 +91,8 @@ blockquote, ol, p, pre, ul, .highlight {
background-color: black;
box-sizing: border-box;
color: lightgray;
+ display: flex;
+ flex-direction: column;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.8rem;
min-height: 100vh;
@@ -160,3 +162,7 @@ blockquote, ol, p, pre, ul, .highlight {
overflow-y: hidden;
padding: 0;
}
+
+.main {
+ flex-grow: 1;
+}