diff --git a/src/pages/home-page.module.scss b/src/pages/home-page.module.scss index 5c30994809..d06409ac66 100644 --- a/src/pages/home-page.module.scss +++ b/src/pages/home-page.module.scss @@ -506,7 +506,7 @@ img.play-button { } } -@media screen and (max-width:xzF 480px) { +@media screen and (max-width: 480px) { .hero-container { margin-top: 24px; } @@ -530,6 +530,12 @@ img.play-button { } } +@media screen and (max-width: 375px) { + .homepage-hero-heading { + font-size: 28px; + } +} + // ============================================================== // Dark mode // ==============================================================