diff options
author | Melody Horn <melody@boringcactus.com> | 2025-04-13 12:57:56 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2025-04-13 12:57:56 -0600 |
commit | 224de1edd592572f3490b130f0b258b162add3af (patch) | |
tree | 2efdeb09fe9fc27c41983635fb27eec4ce7e20cb /assets | |
parent | e5907e23495aa0fa194c13a318da71be45acb8e3 (diff) | |
download | boringcactus.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.css | 3 |
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; |