From 6b1cd39c6ad59a4985c5918d4d5b0cfd97fec411 Mon Sep 17 00:00:00 2001 From: Savio Date: Thu, 13 Oct 2022 01:09:23 -0300 Subject: [PATCH] feat(home): Responsividade Tela 4k --- assets/css/style.css | 36 ++++++++++++++++++++++++++++++++++++ index.html | 7 ++++--- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 782786c..a4c63e5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -355,4 +355,40 @@ body { height: 200px; margin-top: 70px; } + .bottom-banner-desktop { + width: 2500px; + } + + .bottom-infocard { + margin-bottom: 210px; + padding: 200px 280px 0px; + } + .bottom-infocard-text { + width: 1174px; + } + + .bottom-infocard-subtitle { + font-size: 75px; + margin-bottom: 40px; + line-height: 80px; + } + + .bottom-infocard-description { + font-size: 40px; + margin-top: 20px; + line-height: 50px; + } + + .page-footer { + padding: 74px 0 74px; + } + + .rede-social-imagem { + height: 66px; + margin-bottom: 12px; + } + + .footer-text { + font-size: 20px; + } } diff --git a/index.html b/index.html index 8fc9096..320bc71 100644 --- a/index.html +++ b/index.html @@ -170,17 +170,18 @@