aboutsummaryrefslogtreecommitdiff
path: root/theme/static
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-15 19:36:43 -0600
committerChristian Cleberg <[email protected]>2025-12-15 19:36:43 -0600
commit5aa7e3a77d87e4ee0defe2502b471945733cb637 (patch)
tree8c1f902f246c2a7f4ccfdc1b137a3c0c9cba7e72 /theme/static
parente56343efd42fb3ef60d485a364a959eccc2040aa (diff)
downloadcleberg.net-5aa7e3a77d87e4ee0defe2502b471945733cb637.tar.gz
cleberg.net-5aa7e3a77d87e4ee0defe2502b471945733cb637.tar.bz2
cleberg.net-5aa7e3a77d87e4ee0defe2502b471945733cb637.zip
remove footer padding
Diffstat (limited to 'theme/static')
-rw-r--r--theme/static/styles.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index f0954c2..f838e9b 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -6,8 +6,7 @@ body {
max-width: 50em;
}
-body,
-footer {
+body {
padding: 1rem;
}