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{ + +