From ad0fdbc4c8b8db69625ca9f7e24e3be9426d51c3 Mon Sep 17 00:00:00 2001 From: vitorsoaresdev Date: Wed, 12 Oct 2022 18:20:21 -0300 Subject: [PATCH] feat: ajuste responsividade 4k --- assets/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/styles/main.css b/assets/styles/main.css index 8919d45..3916fb4 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -331,4 +331,8 @@ body { .footer-text { font-size: 16px; } + .top-infocard-description, .top-card-description, .bottom-card-description, .bottom-infocard-description { + font-size: 22px; + line-height: 24px; + } } \ No newline at end of file