aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2025-04-13 12:57:56 -0600
committerMelody Horn <melody@boringcactus.com>2025-04-13 12:57:56 -0600
commit224de1edd592572f3490b130f0b258b162add3af (patch)
tree2efdeb09fe9fc27c41983635fb27eec4ce7e20cb /assets
parente5907e23495aa0fa194c13a318da71be45acb8e3 (diff)
downloadboringcactus.com-224de1edd592572f3490b130f0b258b162add3af.tar.gz
boringcactus.com-224de1edd592572f3490b130f0b258b162add3af.zip
ensure page has a margin at the bottom regardless of what’s at the end
Diffstat (limited to 'assets')
-rw-r--r--assets/site.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/site.css b/assets/site.css
index 539a0fe..36c408b 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -34,6 +34,9 @@ blockquote {
border-left: 2px solid #444444;
padding-left: 1em;
}
+main {
+ margin-bottom: 1em;
+}
table {
border: 1px solid currentColor;