Skip to content

Commit

Permalink
fix body overflow
Browse files Browse the repository at this point in the history
Signed-off-by: Preyanshu <[email protected]>
  • Loading branch information
preyanshu committed Jun 19, 2024
1 parent f53b3ac commit 4ad2f57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
margin-top: 3rem;
}

body{
overflow-x: hidden;
}

// Main Middle Body
.td-content {
h2 {
Expand Down

0 comments on commit 4ad2f57

Please sign in to comment.