forked from M3-Academy/challenge-landing-page
fix(home): Conserto da espacamento cards do top 4k
This commit is contained in:
parent
0322a65722
commit
856e3c806b
@ -58,9 +58,11 @@ body {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin-bottom: 74px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.top-infocard-text {
|
||||||
|
margin-bottom: 74px;
|
||||||
|
}
|
||||||
|
|
||||||
.top-cards {
|
.top-cards {
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -218,7 +220,7 @@ body {
|
|||||||
margin: 0 auto 0;
|
margin: 0 auto 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.top-inforcard-text {
|
.top-infocard-text {
|
||||||
margin-bottom: 65px;
|
margin-bottom: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -314,6 +316,9 @@ body {
|
|||||||
.header-logo {
|
.header-logo {
|
||||||
width: 200%;
|
width: 200%;
|
||||||
}
|
}
|
||||||
|
.top-infocard-text {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.top-infocard-subtitle {
|
.top-infocard-subtitle {
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
line-height: 78px;
|
line-height: 78px;
|
||||||
@ -325,13 +330,20 @@ body {
|
|||||||
.top-infocard-description {
|
.top-infocard-description {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
|
margin-bottom: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-infocard-image {
|
||||||
|
height: 600px;
|
||||||
|
margin: 20px 0 84px;
|
||||||
}
|
}
|
||||||
.top-card-description {
|
.top-card-description {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
margin: 40px 30px;
|
margin: 50px 30px;
|
||||||
}
|
}
|
||||||
.top-card-image {
|
.top-card-image {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="top-infocard">
|
<section class="top-infocard">
|
||||||
<div class="top-inforcard-text">
|
<div class="top-infocard-text">
|
||||||
<h2 class="top-infocard-subtitle">Lorem ipsum</h2>
|
<h2 class="top-infocard-subtitle">Lorem ipsum</h2>
|
||||||
<h1 class="top-infocard-title">dolor sit amet</h1>
|
<h1 class="top-infocard-title">dolor sit amet</h1>
|
||||||
<p class="top-infocard-description">
|
<p class="top-infocard-description">
|
||||||
|
Loading…
Reference in New Issue
Block a user