diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 22:28:12 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 22:28:12 +0200 |
| commit | 7ab5640191ecf9e16e975d909a7cb7aa3468700b (patch) | |
| tree | 7bb52857e89745306fa959d5b04bc00e2fdd58ab /src/styles/components | |
| parent | Init (diff) | |
| download | corvos-website-7ab5640191ecf9e16e975d909a7cb7aa3468700b.tar.gz corvos-website-7ab5640191ecf9e16e975d909a7cb7aa3468700b.tar.bz2 corvos-website-7ab5640191ecf9e16e975d909a7cb7aa3468700b.zip | |
Update
Diffstat (limited to 'src/styles/components')
| -rw-r--r-- | src/styles/components/_home-banner.scss | 4 |
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") { |
