style: further increase top margin on headlines in reader view

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

View File

@@ -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);
}