summaryrefslogtreecommitdiffstats
path: root/src/styles/components/_home-banner.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/components/_home-banner.scss')
-rw-r--r--src/styles/components/_home-banner.scss4
1 files changed, 2 insertions, 2 deletions
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 @@
12 @include bem.component("home-banner") { 12 @include bem.component("home-banner") {
13 @include bem.elem("intro") { 13 @include bem.elem("intro") {
14 margin-block-start: 0; 14 margin-block-start: 0;
15 font-size: clamp(props.get(iro.$core--font-size--500), 5.3vw, 5rem); 15 font-size: clamp(props.get(iro.$core--font-size--800), 4.4vw, 4.2rem);
16 font-weight: 300; 16 font-weight: 300;
17 color: props.get(iro.$core--theme, --text); 17 color: props.get(iro.$core--theme, --text);
18 line-height: 1.2; 18 line-height: 1.2;
@@ -28,7 +28,7 @@
28 28
29 @include iro.media--media("<=md") { 29 @include iro.media--media("<=md") {
30 @include bem.elem("intro") { 30 @include bem.elem("intro") {
31 font-size: props.get(iro.$core--font-size--500); 31 font-size: props.get(iro.$core--font-size--800);
32 } 32 }
33 33
34 @include bem.elem("buttons") { 34 @include bem.elem("buttons") {