Skip to content

Commit

Permalink
Merge pull request #183 from 4F24L/overflow-x
Browse files Browse the repository at this point in the history
[FIX] Landing page overflow-X fixed
  • Loading branch information
hiteashgupta1 authored Oct 4, 2024
2 parents 27fad63 + 06d0071 commit ac70e33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Roboto&family=Ubuntu:ital@1&display=swap");

*{
overflow-x: hidden;
}

/*
font-family: 'Nunito Sans', sans-serif;
font-family: 'Roboto', sans-serif;
Expand Down

0 comments on commit ac70e33

Please sign in to comment.