cmc/cleberg.net

My personal web garden & blog.

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

a9add7b78faefed8c55e44d36120a3d4f7b7b015

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-17T16:01:03Z
committer: <noreply@github.com>

fix body padding and footer margin on small screens
 theme/static/styles.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index d3eda0f..71acb7e 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -6,9 +6,12 @@ body {
     max-width: 50em;
 }
 
-body,
+body {
+    padding: 1rem;
+}
+
 footer {
-    padding: 1rem 0;
+    margin: 1rem 0;
 }
 
 nav {