Increase global heading foundation sizes

This commit is contained in:
2026-06-22 15:26:30 +02:00
parent 1771cef831
commit 6c103d1dfd
3 changed files with 4 additions and 12 deletions
+2 -2
View File
@@ -233,8 +233,8 @@
--font-size-base: 1rem;
--font-size-small: 0.8rem;
--font-size-brand: 1.6rem;
--font-size-h1: 1.5rem;
--font-size-h2: 1.25rem;
--font-size-h1: 1.8rem;
--font-size-h2: 1.5rem;
--font-weight-regular: 400;
--font-weight-semibold: 600;
--line-height-base: 1.5;
-8
View File
@@ -15,11 +15,3 @@
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);
}