Skip to content

Commit

Permalink
Fix horizontal scroll issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Feb 3, 2023
1 parent 010c2c2 commit dbcb7c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<style>
html, body {
overflow-x: hidden;
}

body {
position: relative;
background-color: white;
font-family: 'Roboto';
color: rgb(77, 77, 77);
Expand Down

0 comments on commit dbcb7c6

Please sign in to comment.