From f420bcd23c3f44b5df69a9d2e85cd4dd025f1b79 Mon Sep 17 00:00:00 2001 From: Saulo Klein Nery Date: Wed, 12 Oct 2022 15:38:51 -0300 Subject: [PATCH] fix: Conserta texto e imagem dos cards inferiores mobile --- styles/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/main.css b/styles/main.css index 7bc4d52..4cd5447 100644 --- a/styles/main.css +++ b/styles/main.css @@ -244,7 +244,16 @@ body{ min-width: 89%; } + .bottom-card-image{ + width: 28%; + } + + #bottom-card-image04{ + width: 23%; + } + .bottom-card-text{ + max-width: 82%; font-size: 14px; line-height: 24px; }