From 7e86135d1465d11459b3ac4d82937289e12ae026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 10 Jun 2026 13:48:16 +0200 Subject: [PATCH] Adjust brand title for mobile --- styles/02-base.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/02-base.css b/styles/02-base.css index 96916b4..09b14c5 100644 --- a/styles/02-base.css +++ b/styles/02-base.css @@ -21,6 +21,10 @@ body { body { padding: var(--spacing-small); } + + .sg-brand-title { + font-size: calc(var(--font-size-brand) * 0.8); + } } section { @@ -94,4 +98,3 @@ section + section { border-radius: 0; background: transparent; } -