aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-13 15:33:56 -0600
committerChristian Cleberg <[email protected]>2025-12-13 15:33:56 -0600
commite56343efd42fb3ef60d485a364a959eccc2040aa (patch)
treed84f25e29dd44b24b545072b42c8dcddc544766a
parent18b93c1c577aab687a99c844e356f3bc2a330647 (diff)
downloadcleberg.net-e56343efd42fb3ef60d485a364a959eccc2040aa.tar.gz
cleberg.net-e56343efd42fb3ef60d485a364a959eccc2040aa.tar.bz2
cleberg.net-e56343efd42fb3ef60d485a364a959eccc2040aa.zip
update padding for smaller screens
-rw-r--r--theme/static/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index d3eda0f..f0954c2 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -8,7 +8,7 @@ body {
body,
footer {
- padding: 1rem 0;
+ padding: 1rem;
}
nav {