Skip to content

Commit

Permalink
Merge pull request #837 from SumaiyaaRq/fix/heading-overflow-in-small…
Browse files Browse the repository at this point in the history
…-screens

BugFix: Fixes Heading Overflow in  mobile devices
  • Loading branch information
TimidRobot authored Nov 5, 2024
2 parents 17b2d7d + 8950a17 commit 5935a9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webpack/sass/home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
@extend .padding-horizontal-big;
.has-text-orange{
color:rgb(251 119 41);
}

@media(max-width:530px) {
h1{
font-size: 2.8rem;
line-height: 1.2;
}
}
}

Expand Down

0 comments on commit 5935a9b

Please sign in to comment.