From fcdc6dd3d0b4961bc9075abd2d0a2f5fbaa4b99a Mon Sep 17 00:00:00 2001 From: Gabriel Ferraz Date: Mon, 10 Oct 2022 14:52:06 -0300 Subject: [PATCH] =?UTF-8?q?(top-infocard):=20ajustes=20do=20infocard?= =?UTF-8?q?=20na=20vers=C3=A3o=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/styles/main.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/styles/main.css b/assets/styles/main.css index ed83875..e9e0b0c 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -15,6 +15,7 @@ body{ } .header-logo{ width: 12vw; + min-width: 226px; } .main-banner-desktop{ width: 100%; @@ -53,6 +54,7 @@ body{ } .top-infocard-image{ width: 16%; + min-width: 239px; } @media screen and (min-width: 2500px) { @@ -60,7 +62,7 @@ body{ padding: 58px } } - + @media screen and (max-width: 1024px) { .main-banner-desktop{ @@ -70,4 +72,22 @@ body{ width: 100%; display: block; } + /* top infocard */ + .top-inforcard-subtitle{ + font-size: 20px; + } + .top-infocard-title{ + font-size: 28px; + } + .top-infocard-text{ + text-align: center; + max-width: 86%; + padding: 0 0 73px; + } } + +@media screen and (max-width: 992px){ + .top-infocard-image{ + width: 34%; + } +} \ No newline at end of file