Adiciona respansividade de fonts 4k
This commit is contained in:
parent
af192883f7
commit
bd8913eee0
BIN
assets/images/top-banner-mobile.png
Normal file
BIN
assets/images/top-banner-mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 KiB |
@ -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) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user