forked from M3-Academy/challenge-landing-page
hotfix(index): Ajustando conteudo para telas 4k
This commit is contained in:
parent
fc60c6c387
commit
649880fa7f
@ -68,6 +68,7 @@ body{
|
|||||||
.top-infocard-image{
|
.top-infocard-image{
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 74px;
|
margin-top: 74px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** TOP CARDS ***/
|
/*** TOP CARDS ***/
|
||||||
@ -96,6 +97,9 @@ body{
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 85%;
|
max-width: 85%;
|
||||||
margin: 28px auto;
|
margin: 28px auto;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** MID BANNER ***/
|
/*** MID BANNER ***/
|
||||||
@ -140,7 +144,7 @@ body{
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 108px;
|
margin-top: 108px;
|
||||||
max-width: 70%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-infocard-title{
|
.bottom-infocard-title{
|
||||||
@ -162,6 +166,7 @@ body{
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0 14% 0;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -279,7 +284,6 @@ body{
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-infocard-title{
|
.bottom-infocard-title{
|
||||||
@ -329,5 +333,56 @@ body{
|
|||||||
|
|
||||||
/*** 2500 px ***/
|
/*** 2500 px ***/
|
||||||
@media (min-width: 2500px){
|
@media (min-width: 2500px){
|
||||||
|
/*** TOP INFOCARD ***/
|
||||||
|
.top-infocard-subtitle{
|
||||||
|
font-size: 64px;
|
||||||
|
line-height: 78px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-title{
|
||||||
|
font-size: 96px;
|
||||||
|
line-height: 116px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-image{
|
||||||
|
width: 470px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*** CARDS ***/
|
||||||
|
.card-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-image{
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*** BOTTOM INFOCARD ***/
|
||||||
|
.bottom-infocard-title{
|
||||||
|
font-size: 64px;
|
||||||
|
line-height: 78px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
margin: 0 auto 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-infocard{
|
||||||
|
display: grid;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*** FOOTER ***/
|
||||||
|
.copyright{
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user