fix(index): ajuste na responsividade para tela acima de 2500px #11

Merged
NicollyVieira merged 1 commits from bugfix/refazerResponsividade4K into main 2022-10-11 16:54:49 +00:00

View File

@ -192,37 +192,19 @@ body {
@media screen and (min-width: 2500px) { @media screen and (min-width: 2500px) {
/*top infocard*/ /*top infocard*/
.top-infocard-subtitle { .top-infocard-subtitle {
font-size: 40px; font-size: 64px;
line-height: 70px; line-height: 80px;
} }
.top-infocard-title { .top-infocard-title {
font-size: 75px; font-size: 98px;
line-height: 116px;
} }
.top-infocard-description { .top-infocard-description,
font-size: 32px;
line-height: 40px;
}
/*top cards*/
.top-card-description { .top-card-description {
font-size: 25px; font-size: 32px;
line-height: 30px; line-height: 48px;
} }
} }
@media screen and (min-width: 3000px) {
/*Top InfoCard*/
.top-infocard-subtitle {
font-size: 48px;
}
.top-infocard-title {
font-size: 100px;
line-height: 125px;
}
}