about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-11-18 21:38:46 +0100
committeruser@node5.net <user@node5.net>2025-11-18 21:38:46 +0100
commite83bb40f9665beff403102b0a9cc6d1997b180b2 (patch)
tree4178b4c8f46404f9b389aa4b69218ce999ad9472
parent39d50a28f2becd812ba1086e62039d8a5054f459 (diff)
Style - New content border, add a tad of padding
-rw-r--r--blog.node5.net/static/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css
index 933fc61..c1374b6 100644
--- a/blog.node5.net/static/main.css
+++ b/blog.node5.net/static/main.css
@@ -41,6 +41,10 @@ body {
 	color: white;
 }
 
+#content {
+  padding: 1em;
+}
+
 #root-container {
   padding: 0 3em;
 }