diff --git a/landing/hero-content.css b/landing/hero-content.css --- a/landing/hero-content.css +++ b/landing/hero-content.css @@ -1,15 +1,13 @@ .cycling_header { - --smallest-font-size: 30px; - --largest-font-size: 72px; - --font-scale: calc(1rem + 2vw); font-weight: bold; font-family: 'iA Writer Duo S', monospace; padding-bottom: 16px; - font-size: clamp( - var(--smallest-font-size), - var(--font-scale), - var(--largest-font-size) - ); + font-size: clamp(0.8rem, 3.66vw + -0.11rem, 2.6rem); +} +@media (max-width: 1099px) { + .cycling_header { + font-size: clamp(1.5rem, 0.0715rem + 5.715vw, 4rem); + } } .sub_heading { @@ -29,7 +27,6 @@ font-family: 'iA Writer Duo S', monospace; text-align: left; line-height: 1.35; - letter-spacing: -0.01em; } .cycling_content {