forked from M3-Academy/challenge-landing-page
Compare commits
No commits in common. "main" and "feature/footer" have entirely different histories.
main
...
feature/fo
@ -68,7 +68,6 @@ body{
|
|||||||
.top-infocard-image{
|
.top-infocard-image{
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 74px;
|
margin-top: 74px;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** TOP CARDS ***/
|
/*** TOP CARDS ***/
|
||||||
@ -97,9 +96,6 @@ 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 ***/
|
||||||
@ -144,7 +140,7 @@ body{
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 108px;
|
margin-top: 108px;
|
||||||
width: 100%;
|
max-width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-infocard-title{
|
.bottom-infocard-title{
|
||||||
@ -166,7 +162,6 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -284,6 +279,7 @@ 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{
|
||||||
@ -333,56 +329,5 @@ 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