From 7c55a65592343eb56158a699f33ae547a0182476 Mon Sep 17 00:00:00 2001 From: Nicolly Vieira Date: Tue, 11 Oct 2022 13:41:24 -0300 Subject: [PATCH] fix(index): adiciona width para as imagens do card --- styles/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/main.css b/styles/main.css index 706f8ac..22ab146 100644 --- a/styles/main.css +++ b/styles/main.css @@ -112,6 +112,7 @@ body { } .top-card-image { + width: 34%; padding-bottom: 28px; } @@ -180,6 +181,10 @@ body { .top-card-description { font-size: 14px; } + + .top-card-image { + max-width: 150px; + } } /*4K*/