From 7ab5640191ecf9e16e975d909a7cb7aa3468700b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Jul 2026 22:28:12 +0200 Subject: Update --- src/styles/components/_home-banner.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/components/_home-banner.scss') diff --git a/src/styles/components/_home-banner.scss b/src/styles/components/_home-banner.scss index 660cd9b..59dd255 100644 --- a/src/styles/components/_home-banner.scss +++ b/src/styles/components/_home-banner.scss @@ -12,7 +12,7 @@ @include bem.component("home-banner") { @include bem.elem("intro") { margin-block-start: 0; - font-size: clamp(props.get(iro.$core--font-size--500), 5.3vw, 5rem); + font-size: clamp(props.get(iro.$core--font-size--800), 4.4vw, 4.2rem); font-weight: 300; color: props.get(iro.$core--theme, --text); line-height: 1.2; @@ -28,7 +28,7 @@ @include iro.media--media("<=md") { @include bem.elem("intro") { - font-size: props.get(iro.$core--font-size--500); + font-size: props.get(iro.$core--font-size--800); } @include bem.elem("buttons") { -- cgit v1.3.1