Adiciona respansividade de fonts 4k

This commit is contained in:
DaviHKlein 2022-10-13 03:37:41 -03:00
parent af192883f7
commit bd8913eee0
2 changed files with 44 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

View File

@ -212,3 +212,47 @@ body{
.imagens-logo{
width: 1.25vw;
}
@media screen and (min-width:2000px){
.top-infocard-title{
font-size: 96px;
}
.top-infocard-subtitle{
font-size: 64px;
}
.top-infocard-description{
font-size: 32px;
line-height: 48px;
}
.top-card-description{
font-size: 32px;
line-height: 48px;
}
.botton-card-description{
font-size: 32px;
line-height: 48px;
}
.bottom-infocard-title{
font-size: 64px;
line-height: 76px;
}
.bottom-infocard-description{
font-size: 32px;
line-height: 48px;
}
.texto-footer{
font-size: 20px;
line-height: 24px;
}
}
@media screen and (max-width:768) {
}