From 75d1d78b17c4f43a7c40384e933fe7e5fe7c007f Mon Sep 17 00:00:00 2001 From: Saulo Klein Nery Date: Tue, 11 Oct 2022 15:45:13 -0300 Subject: [PATCH] feat: Adiciona cards superiores mobile --- styles/main.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index 79d1162..2b60984 100644 --- a/styles/main.css +++ b/styles/main.css @@ -76,7 +76,7 @@ body{ .top-card{ width: 18%; - background: #FFFFFF; + background: #FFF; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); padding: 35px 0 27px; } @@ -127,6 +127,15 @@ body{ .top-infocard-image{ max-width: 100%; } + + .top-cards{ + flex-direction: column; + align-items: center; + } + + .top-card{ + min-width: 85%; + } } @media screen and (min-width: 1025px){