From 19acc8abbc7418e80a3e187a651977d7211d8d57 Mon Sep 17 00:00:00 2001 From: Rhayllon Date: Thu, 13 Oct 2022 13:23:21 -0300 Subject: [PATCH] Feat(home): Cria Media querry Tv (min-2500px) --- assets/styles/main.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/assets/styles/main.css b/assets/styles/main.css index c7cf1a4..034b517 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -215,4 +215,31 @@ body{ line-height: 12px; text-transform: uppercase; color: #BDBDBD; +} + +@media screen and (min-width: 2500px) { + .top-infocard-subtitle{ + font-size: 64px; + line-height: 78px; + } + .top-infocard-title{ + font-size: 96px; + line-height: 116px; + } + .bottom-section-text-title{ + font-size: 64px; + line-height: 78px; + } + + .top-infocard-description, + .top-card-description, + .bottom-card-description, + .bottom-section-text-description { + font-size: 32px; + line-height: 48px; + } + .footer-text{ + font-size: 20px; + line-height: 24px; + } } \ No newline at end of file