Skip to content

Commit

Permalink
fix: Fixed x overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-palma committed Jan 31, 2024
1 parent ef51033 commit 46890bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Shaq | Portfolio</title>
</head>
<body class="bg-night">
<body class="bg-night" style="overflow-x: hidden;">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down

0 comments on commit 46890bd

Please sign in to comment.