Adjust typography preview heading sizes

This commit is contained in:
2026-06-22 15:25:12 +02:00
parent 1e16cb81c9
commit 1771cef831
+8
View File
@@ -15,3 +15,11 @@
color: var(--text-typography-preview);
margin-top: 0;
}
.sg-typography-preview h1 {
font-size: calc(var(--font-size-h1) * 1.2);
}
.sg-typography-preview h2 {
font-size: calc(var(--font-size-h2) * 1.2);
}