Skip to content

Commit 5935a9b

Browse files
authored
Merge pull request creativecommons#837 from SumaiyaaRq/fix/heading-overflow-in-small-screens
BugFix: Fixes Heading Overflow in mobile devices
2 parents 17b2d7d + 8950a17 commit 5935a9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

webpack/sass/home-page.scss

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
@extend .padding-horizontal-big;
88
.has-text-orange{
99
color:rgb(251 119 41);
10+
}
11+
12+
@media(max-width:530px) {
13+
h1{
14+
font-size: 2.8rem;
15+
line-height: 1.2;
16+
}
1017
}
1118
}
1219

0 commit comments

Comments
 (0)