From 1771cef831d4a661658e054c6a04d7d2ecb4d766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 22 Jun 2026 15:25:12 +0200 Subject: [PATCH] Adjust typography preview heading sizes --- styles/43-components-typography.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/43-components-typography.css b/styles/43-components-typography.css index c8f8855..dc65642 100644 --- a/styles/43-components-typography.css +++ b/styles/43-components-typography.css @@ -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); +}