forked from M3-Academy/challenge-landing-page
fix: Ajusta espaçamento top infocard e top cards desktop e mobile. E ajusta espaçamento bot cards mobile #2
@ -80,7 +80,7 @@ body{
|
||||
display: flex;
|
||||
gap: 21px;
|
||||
justify-content: center;
|
||||
padding: 74px 0;
|
||||
padding: 83px 0 80px;
|
||||
}
|
||||
|
||||
.cartao{
|
||||
@ -278,6 +278,7 @@ body{
|
||||
|
||||
.top-infocard{
|
||||
gap:65px;
|
||||
padding: 80px 0 90px;
|
||||
}
|
||||
|
||||
.top-infocard-text{
|
||||
@ -311,6 +312,7 @@ body{
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
padding: 0 0 80px;
|
||||
}
|
||||
|
||||
.cartao{
|
||||
@ -336,6 +338,7 @@ body{
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
padding-top: 112px;
|
||||
}
|
||||
|
||||
.cartao-bot{
|
||||
|
Loading…
Reference in New Issue
Block a user