Skip to content

Commit 73970f7

Browse files
committed
fix css style
1 parent f5fa750 commit 73970f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/pages/index.module.css

+12
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
}
1717
}
1818

19+
@media screen and (max-width: 500px) {
20+
.heroBanner h1 {
21+
font-size: 2.3rem;
22+
}
23+
}
24+
25+
@media screen and (max-width: 400px) {
26+
.heroBanner h1 {
27+
font-size: 1.5rem;
28+
}
29+
}
30+
1931
.buttons {
2032
display: flex;
2133
align-items: center;

0 commit comments

Comments
 (0)