Skip to content

Commit

Permalink
Merge pull request #349 from marleypm16/#347
Browse files Browse the repository at this point in the history
fix : all divs do not exceed the width of the screen
  • Loading branch information
wouerner authored Jul 16, 2024
2 parents 0d94e7b + d4225ac commit bbba0bc
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 bbba0bc

Please sign in to comment.