From 0322a657223b8800caf8735dd2a86d2f3d44ba9b Mon Sep 17 00:00:00 2001 From: Savio Date: Wed, 12 Oct 2022 21:49:15 -0300 Subject: [PATCH] fix(home): Corrigido a parte das cartas do topo 4k --- assets/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 45af047..fb1c63a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -270,6 +270,7 @@ body { .bottom-card-description { font-size: 14px; } + .bottom-infocard { flex-direction: column-reverse; margin: 0; @@ -325,6 +326,12 @@ body { font-size: 32px; line-height: 48px; } - .top-infocard-picture { + .top-card-description { + font-size: 40px; + line-height: 40px; + margin: 40px 30px; + } + .top-card-image { + height: 200px; } }