diff options
| author | user@node5.net <user@node5.net> | 2025-09-17 21:22:24 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-09-17 21:22:24 +0200 |
| commit | 98247cbd652913fffa03e546dc848c18fe3885fd (patch) | |
| tree | 0cfe38be8b527caffe0c896bc7608306191220c3 | |
| parent | b97ba516449bbb9af4ec5a24b61af47ad78bf002 (diff) | |
Style - Ensure a bit of padding on mobile
| -rw-r--r-- | blog.node5.net/static/main.css | 2 |
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; } |
