From c4914c42a7d394e4868814f4da4bc979d081cb7e Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 23 Aug 2024 15:03:59 -0300 Subject: [PATCH] adjust container commit --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 36743e9..def38b7 100644 --- a/style.css +++ b/style.css @@ -43,7 +43,8 @@ body { /* Estilo do contĂȘiner e perfil */ #container { - width: 360px; + width: 100%; + max-width: 588px; height: 712px; margin: 56px auto 0; padding: 0 24px;