Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 18c0b31

Browse files
authored
fix(homepage): responsiveness bug (#455)
1 parent 163d634 commit 18c0b31

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/pages/home-page.module.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ img.play-button {
506506
}
507507
}
508508

509-
@media screen and (max-width:xzF 480px) {
509+
@media screen and (max-width: 480px) {
510510
.hero-container {
511511
margin-top: 24px;
512512
}
@@ -530,6 +530,12 @@ img.play-button {
530530
}
531531
}
532532

533+
@media screen and (max-width: 375px) {
534+
.homepage-hero-heading {
535+
font-size: 28px;
536+
}
537+
}
538+
533539
// ==============================================================
534540
// Dark mode
535541
// ==============================================================

0 commit comments

Comments
 (0)