From c3c939f3a506e88ddd391cc1a756cc3ffad04ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 24 Jun 2026 11:33:37 +0200 Subject: [PATCH] Adjust mobile H2 size --- styles/02-base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/02-base.css b/styles/02-base.css index 5b99cea..de3bd9d 100644 --- a/styles/02-base.css +++ b/styles/02-base.css @@ -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);