From d4225ac10568b3ea5f1845b114408f4f88827e14 Mon Sep 17 00:00:00 2001 From: marleypm16 Date: Sat, 13 Jul 2024 11:11:48 -0300 Subject: [PATCH] fix : all divs do not exceed the width of the screen --- src/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index f4277a61..efd5ce49 100644 --- a/src/index.css +++ b/src/index.css @@ -52,4 +52,9 @@ height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9998; -} \ No newline at end of file +} + +div { + max-width: 100%; + } +