Adjust mobile H2 size

This commit is contained in:
2026-06-24 11:33:37 +02:00
parent f3347221d4
commit c3c939f3a5
+6
View File
@@ -76,6 +76,12 @@ section + section {
line-height: var(--line-height-base);
}
@media (max-width: 48rem) {
.sg-heading-h2 {
font-size: calc(var(--font-size-h2) * 0.9);
}
}
.sg-preview-label {
margin: 0 0 var(--spacing-small) 0;
font-family: var(--font-family-base);