Skip to content

Commit 19fcefb

Browse files
committed
Resolved conflicts and merged main into fix/heading-overflow-in-small-screens
1 parent 263a562 commit 19fcefb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

webpack/sass/home-page.scss

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@
55
// Title styling within the hero section
66
.hero-title {
77
@extend .padding-horizontal-big;
8-
<<<<<<< HEAD
8+
.has-text-orange{
9+
color:rgb(251 119 41);
10+
}
11+
912
@media(max-width:530px) {
1013
h1{
1114
font-size: 2.8rem;
1215
line-height: 1.2;
1316
}
14-
=======
15-
.has-text-orange{
16-
color:rgb(251 119 41);
17-
>>>>>>> origin/main
1817
}
1918
}
20-
2119
// Description styling within the hero section
2220
.hero-description {
2321
@extend .body-bigger;

0 commit comments

Comments
 (0)