Skip to content

Commit 376982d

Browse files
committed
Fixes Heading Overflow in mobile devices
1 parent 7628c37 commit 376982d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webpack/sass/home-page.scss

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
// Title styling within the hero section
66
.hero-title {
77
@extend .padding-horizontal-big;
8+
@media(max-width:530px) {
9+
h1{
10+
font-size: 2.8rem;
11+
line-height: 1.2;
12+
}
13+
}
814
}
915

1016
// Description styling within the hero section

0 commit comments

Comments
 (0)