about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-09-17 21:22:24 +0200
committeruser@node5.net <user@node5.net>2025-09-17 21:22:24 +0200
commit98247cbd652913fffa03e546dc848c18fe3885fd (patch)
tree0cfe38be8b527caffe0c896bc7608306191220c3
parentb97ba516449bbb9af4ec5a24b61af47ad78bf002 (diff)
Style - Ensure a bit of padding on mobile
-rw-r--r--blog.node5.net/static/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css
index 333d76d..8f3da20 100644
--- a/blog.node5.net/static/main.css
+++ b/blog.node5.net/static/main.css
@@ -45,7 +45,7 @@ body {
   padding: 0 3em;
 }
 
-@media screen and (max-width: 30rem) {
+@media screen and (max-width: 25rem) {
 	#root-container {
 		padding: 0!important;
 	}