From 43e6455668e69235216110d32caa24b240c699b0 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 7 Nov 2025 22:14:53 +0100 Subject: [PATCH] style: further increase top margin on headlines in reader view --- src/styles/components/reader.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/components/reader.css b/src/styles/components/reader.css index 1c6d391d..db902296 100644 --- a/src/styles/components/reader.css +++ b/src/styles/components/reader.css @@ -71,7 +71,7 @@ font-size: 2.25rem; /* text-4xl */ font-weight: 700; line-height: 1.2; - margin-top: 3rem; + margin-top: 4rem; margin-bottom: 1rem; color: var(--color-text); } @@ -79,7 +79,7 @@ font-size: 1.875rem; /* text-3xl */ font-weight: 600; line-height: 1.3; - margin-top: 2.75rem; + margin-top: 3.5rem; margin-bottom: 0.875rem; color: var(--color-text); } @@ -87,7 +87,7 @@ font-size: 1.5rem; /* text-2xl */ font-weight: 600; line-height: 1.4; - margin-top: 2.5rem; + margin-top: 3rem; margin-bottom: 0.75rem; color: var(--color-text); } @@ -95,7 +95,7 @@ font-size: 1.25rem; /* text-xl */ font-weight: 600; line-height: 1.4; - margin-top: 2.25rem; + margin-top: 2.75rem; margin-bottom: 0.625rem; color: var(--color-text); } @@ -103,7 +103,7 @@ font-size: 1.125rem; /* text-lg */ font-weight: 600; line-height: 1.4; - margin-top: 2rem; + margin-top: 2.5rem; margin-bottom: 0.5rem; color: var(--color-text); } @@ -111,7 +111,7 @@ font-size: 1rem; /* text-base */ font-weight: 600; line-height: 1.4; - margin-top: 2rem; + margin-top: 2.5rem; margin-bottom: 0.5rem; color: var(--color-text); }