cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

e56343efd42fb3ef60d485a364a959eccc2040aa

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-13T21:33:56Z

update padding for smaller screens
 theme/static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {