Skip to content

Commit

Permalink
Merge pull request anuragverma108#1001 from aarushroyy/aarush-navbar
Browse files Browse the repository at this point in the history
Bug Fixed: Overflowing Mobile Design
  • Loading branch information
anuragverma108 authored May 30, 2024
2 parents 5ee4a7a + 766dd6b commit 57cc173
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,13 @@ input[type="submit"]:hover {
padding-bottom: 1rem;
padding-top: 1rem;
}

html {
overflow-x: hidden;
}
.hero .hero-title{
font-size: 3rem;
}
}

@media (min-width: 575px) {
Expand Down

0 comments on commit 57cc173

Please sign in to comment.