From dc6149e30a54684f75102ca41b390fdded8aeb92 Mon Sep 17 00:00:00 2001 From: Gabriel Ferraz Date: Wed, 12 Oct 2022 18:48:46 -0300 Subject: [PATCH] (bottom-banner-text): pra telas menores q 1024px --- assets/styles/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/styles/main.css b/assets/styles/main.css index 40ab153..896d5b3 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -146,6 +146,7 @@ body{ } .bottom-banner-text{ width: 29%; + min-width: 550px; text-align: center; } .bottom-banner-subtitle{ @@ -228,6 +229,9 @@ body{ font-size: 64px; line-height: 78px; } + .bottom-banner-text{ + min-width: 900px; + } .bottom-banner-describition{ font-size: 32px; line-height: 48px; @@ -333,6 +337,7 @@ body{ } .bottom-banner-text{ width: 85%; + min-width: 0; } .bottom-banner-subtitle{ font-size: 24px; @@ -347,7 +352,7 @@ body{ width: 63%; } } -@media screen and (max-width: 280px) { +@media screen and (max-width: 413px) { .top-card { width: 95%; padding: 36px 7px 26px;