From e2bf243b01c8d3fe126ac9fcd48319d58888e733 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 23 Oct 2025 15:55:00 +0200 Subject: [PATCH] style: increase mobile reader padding to 1rem for better title/body alignment --- src/styles/components/reader.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/reader.css b/src/styles/components/reader.css index 64794bc7..3f71263d 100644 --- a/src/styles/components/reader.css +++ b/src/styles/components/reader.css @@ -232,7 +232,7 @@ max-width: 100%; width: 100%; margin: 0; - padding: 0.5rem 0.75rem; + padding: 0.5rem 1rem; border-radius: 0; border-left: none; border-right: none;