From f4e01b22f2421c5a1798f98336530910601762f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cain=C3=A3=20Milech?= Date: Wed, 12 Oct 2022 10:16:52 -0300 Subject: [PATCH] feat: Adiciona cards inferiores mobile --- assets/styles/main.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/styles/main.css b/assets/styles/main.css index a462033..47025b8 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -256,6 +256,19 @@ body { width: 90.80%; bottom: -32px; } + + .cards-bottom{ + flex-direction: column; + margin-top: 112px; + } + + .card-bottom{ + width: 88.88%; + } + + .card-bottom-text{ + font-size: 14px; + } }