From c3a21bb71a5e6318275fa388cf3ac8defd9d3389 Mon Sep 17 00:00:00 2001 From: wellington carlos Date: Thu, 13 Oct 2022 02:02:54 -0300 Subject: [PATCH] =?UTF-8?q?feat(telas=20maiores)ajustamento=20de=20element?= =?UTF-8?q?os=20at=C3=A9=202600px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index cc3add6..012ceaa 100644 --- a/style.css +++ b/style.css @@ -462,8 +462,50 @@ h3{ .artigo p{ font-size: 22px; } +} + +@media(min-width:2600px){ + + .texto1{ + + max-width: 1000px; + } + + h3{ + font-size: 70px; + } + .sub-titulo{ + font-size: 100px; + padding-top: 18px; + } + .paragrafo1{ + font-size: 30px; + } + + .card{ + max-width: 500px; + height: 400px; + } + .card p{ + font-size: 27px; + } + + .cards{ + max-width: 550px; + height: 440px; + } + + .cards p{ + font-size: 27px; + } + h4{ + font-size: 43px; + + } + .artigo p{ + font-size: 25px; + } - } @@ -472,3 +514,5 @@ h3{ + +