From fc269740b8e320d4d7576310ba04dc1853a57383 Mon Sep 17 00:00:00 2001 From: Filipe Quintanilha Date: Wed, 12 Oct 2022 12:34:37 -0300 Subject: [PATCH] feat: Adiciona Cards do bot mobile --- assets/styles/main.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/assets/styles/main.css b/assets/styles/main.css index f399127..fa00a41 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -101,7 +101,7 @@ body{ width: 29%; } -.bot-card-description{ +.top-card-description{ width: 85%; font-size: 16px; line-height: 24px; @@ -157,7 +157,7 @@ body{ width: 19.67%; } -.top-card-description{ +.bot-card-description{ width: 85%; font-size: 16px; line-height: 24px; @@ -252,5 +252,19 @@ body{ column-gap: 14px; row-gap: 24px; } + + .bot-cards{ + flex-direction: column; + align-items: center; + gap: 16px; + } + + .cartao-bot{ + width: 88%; + } + + .bot-card-image-04{ + width: 23%; + } } \ No newline at end of file