about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-09-17 21:14:11 +0200
committeruser@node5.net <user@node5.net>2025-09-17 21:14:11 +0200
commitb97ba516449bbb9af4ec5a24b61af47ad78bf002 (patch)
treef562d85a2c93d73dbbb30584450e1893071e247c
parent27df92c66eefe3e59ea7b87d099ecfc3149c4d19 (diff)
Style - Medium width add some side padding
-rw-r--r--blog.node5.net/static/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css
index a28a6e4..333d76d 100644
--- a/blog.node5.net/static/main.css
+++ b/blog.node5.net/static/main.css
@@ -51,6 +51,12 @@ body {
 	}
 }
 
+@media screen and (max-width: 40rem) {
+	#root-container {
+		padding: 0 1em;
+	}
+}
+
 @media screen and (min-width: 70rem) {
 	#root-container {
 		padding: 0 15em;