style: increase top margin on headlines in reader view

This commit is contained in:
Gigi
2025-11-07 22:14:11 +01:00
parent feafe4a07b
commit 7b3f36b0bb

View File

@@ -71,7 +71,7 @@
font-size: 2.25rem; /* text-4xl */ font-size: 2.25rem; /* text-4xl */
font-weight: 700; font-weight: 700;
line-height: 1.2; line-height: 1.2;
margin-top: 2rem; margin-top: 3rem;
margin-bottom: 1rem; margin-bottom: 1rem;
color: var(--color-text); color: var(--color-text);
} }
@@ -79,7 +79,7 @@
font-size: 1.875rem; /* text-3xl */ font-size: 1.875rem; /* text-3xl */
font-weight: 600; font-weight: 600;
line-height: 1.3; line-height: 1.3;
margin-top: 1.75rem; margin-top: 2.75rem;
margin-bottom: 0.875rem; margin-bottom: 0.875rem;
color: var(--color-text); color: var(--color-text);
} }
@@ -87,7 +87,7 @@
font-size: 1.5rem; /* text-2xl */ font-size: 1.5rem; /* text-2xl */
font-weight: 600; font-weight: 600;
line-height: 1.4; line-height: 1.4;
margin-top: 1.5rem; margin-top: 2.5rem;
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
color: var(--color-text); color: var(--color-text);
} }
@@ -95,7 +95,7 @@
font-size: 1.25rem; /* text-xl */ font-size: 1.25rem; /* text-xl */
font-weight: 600; font-weight: 600;
line-height: 1.4; line-height: 1.4;
margin-top: 1.25rem; margin-top: 2.25rem;
margin-bottom: 0.625rem; margin-bottom: 0.625rem;
color: var(--color-text); color: var(--color-text);
} }
@@ -103,7 +103,7 @@
font-size: 1.125rem; /* text-lg */ font-size: 1.125rem; /* text-lg */
font-weight: 600; font-weight: 600;
line-height: 1.4; line-height: 1.4;
margin-top: 1rem; margin-top: 2rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
color: var(--color-text); color: var(--color-text);
} }
@@ -111,7 +111,7 @@
font-size: 1rem; /* text-base */ font-size: 1rem; /* text-base */
font-weight: 600; font-weight: 600;
line-height: 1.4; line-height: 1.4;
margin-top: 1rem; margin-top: 2rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
color: var(--color-text); color: var(--color-text);
} }