Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RiteshS1 authored Sep 5, 2024
1 parent a8b9997 commit 55c8cf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
overflow-block: auto;

}

body {
Expand All @@ -28,6 +28,7 @@ canvas {
margin-inline-end: auto;
position: relative;
max-width: 1120px;
overflow-x: hidden;
}

@layer utilities {
Expand Down Expand Up @@ -122,4 +123,4 @@ canvas {
.g_fadeIn {
@apply opacity-0 translate-y-[100px]
}
}
}

0 comments on commit 55c8cf3

Please sign in to comment.