From 831541a49d7dae8f8cf894c091a2ba045b4c0478 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:01:56 +0100 Subject: [PATCH] style: Reduce post width on mobile --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index aee8600..005ae5b 100644 --- a/index.html +++ b/index.html @@ -112,6 +112,12 @@ background-color: var(--accent-color); } +@media only screen and (max-width: 420px) { + body.post > main { + max-width: 41ch; + text-align: justify; + } +} @media only screen and (max-width: 390px) { main { padding: 5px;