forked from M3-Academy/practice-time-landing-page
Adiciona responsividade aos demais tamanhos de tela
This commit is contained in:
parent
303d36e996
commit
b0004fb5ff
@ -177,6 +177,10 @@ body{
|
|||||||
.middle-banner-desktop{
|
.middle-banner-desktop{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom-card{
|
||||||
|
padding: 26px 26px 34px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 415px){
|
@media screen and (min-width: 415px){
|
||||||
@ -284,4 +288,36 @@ body{
|
|||||||
.bottom-infocard-text{
|
.bottom-infocard-text{
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 2500px){
|
||||||
|
.top-infocard-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-card-description{
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard-tittle{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard-descripition{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-cards-descripition{
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 32pxpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-text{
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user