diff --git a/src/index.css b/src/index.css index caa5a98a7..8df8a0ccb 100644 --- a/src/index.css +++ b/src/index.css @@ -3426,7 +3426,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { .creation-landing__eyebrow { width: fit-content; color: #8c796c; - font-size: clamp(0.86rem, 1.2vw, 1.02rem); + font-size: 17px; font-weight: 860; letter-spacing: 0.18em; text-indent: 0.18em; @@ -3458,7 +3458,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { } .creation-landing__hero-subtitle { - font-size: clamp(1rem, 1.55vw, 1.35rem); + font-size: 20px; font-weight: 620; letter-spacing: 0.04em; line-height: 1.7; @@ -3466,7 +3466,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { .creation-landing__hero-benefit { color: #9a6f56; - font-size: clamp(0.8rem, 0.92vw, 0.94rem); + font-size: 16px; font-weight: 680; letter-spacing: 0.08em; line-height: 1.55;