aboutsummaryrefslogtreecommitdiff
path: root/theme/static
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-15 19:38:53 -0600
committerChristian Cleberg <[email protected]>2025-12-15 19:38:53 -0600
commit4135abcafecf12368aa90a84cac55c74716a4040 (patch)
treed6cde2bbde67ad0ce8ca797fd2648f6edd77485a /theme/static
parent1f5d27f0fe1ec960d6c02d21dd521b555f9777cd (diff)
downloadcleberg.net-4135abcafecf12368aa90a84cac55c74716a4040.tar.gz
cleberg.net-4135abcafecf12368aa90a84cac55c74716a4040.tar.bz2
cleberg.net-4135abcafecf12368aa90a84cac55c74716a4040.zip
fix footer padding
Diffstat (limited to 'theme/static')
-rw-r--r--theme/static/styles.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index f838e9b..d3eda0f 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -6,8 +6,9 @@ body {
max-width: 50em;
}
-body {
- padding: 1rem;
+body,
+footer {
+ padding: 1rem 0;
}
nav {