Skip to content

Commit

Permalink
Resolved conflicts and merged main into fix/heading-overflow-in-small…
Browse files Browse the repository at this point in the history
…-screens
  • Loading branch information
SumaiyaaRq committed Oct 30, 2024
1 parent 263a562 commit 19fcefb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions webpack/sass/home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
// Title styling within the hero section
.hero-title {
@extend .padding-horizontal-big;
<<<<<<< HEAD
.has-text-orange{
color:rgb(251 119 41);
}

@media(max-width:530px) {
h1{
font-size: 2.8rem;
line-height: 1.2;
}
=======
.has-text-orange{
color:rgb(251 119 41);
>>>>>>> origin/main
}
}

// Description styling within the hero section
.hero-description {
@extend .body-bigger;
Expand Down

0 comments on commit 19fcefb

Please sign in to comment.