From 5abca70e67d32bb8a27c4279dba1e8497e94bef1 Mon Sep 17 00:00:00 2001 From: devartes Date: Sat, 8 Oct 2022 08:33:47 -0300 Subject: [PATCH] =?UTF-8?q?finaliza=C3=A7=C3=A3o=20da=20atividade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/layout/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/layout/main.css b/css/layout/main.css index a0a1fa1..b35e2aa 100644 --- a/css/layout/main.css +++ b/css/layout/main.css @@ -97,18 +97,20 @@ .grid-one, .grid-two, .grid-three, .grid-four { width: 432px; - height: 332px; + min-height: 332px; + height: 100%; background: #FFFFFF; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); display: flex; - justify-content: center; + justify-content: space-around; align-items: center; flex-direction: column; - margin: auto; + padding: 32px; } .grid-one p, .grid-two p, .grid-three p, .grid-four p { width: 367px; + height: 100%; text-align: center; margin-top: 14px; } -- 2.34.1