Feat(home): Cria Media querry Tv (min-2500px)
This commit is contained in:
parent
f4cbd2ae3f
commit
19acc8abbc
@ -216,3 +216,30 @@ body{
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #BDBDBD;
|
color: #BDBDBD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 2500px) {
|
||||||
|
.top-infocard-subtitle{
|
||||||
|
font-size: 64px;
|
||||||
|
line-height: 78px;
|
||||||
|
}
|
||||||
|
.top-infocard-title{
|
||||||
|
font-size: 96px;
|
||||||
|
line-height: 116px;
|
||||||
|
}
|
||||||
|
.bottom-section-text-title{
|
||||||
|
font-size: 64px;
|
||||||
|
line-height: 78px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-description,
|
||||||
|
.top-card-description,
|
||||||
|
.bottom-card-description,
|
||||||
|
.bottom-section-text-description {
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
|
.footer-text{
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user