Skip to content

Commit

Permalink
fix : all divs do not exceed the width of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
marleypm16 committed Jul 13, 2024
1 parent dcadb3a commit d4225ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9998;
}
}

div {
max-width: 100%;
}

0 comments on commit d4225ac

Please sign in to comment.