forked from M3-Academy/challenge-landing-page
feat(main): Adiciona os cards de baixo mobile e responsividade
This commit is contained in:
parent
37da6069d9
commit
58056dedea
@ -156,6 +156,7 @@ body {
|
||||
|
||||
.bottom-card-description {
|
||||
width: 85%;
|
||||
margin-bottom: 19%;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
@ -206,6 +207,10 @@ body {
|
||||
width: 85%
|
||||
}
|
||||
|
||||
.middle-banners {
|
||||
margin-bottom: 23vh;
|
||||
}
|
||||
|
||||
.middle-banners-wrapper {
|
||||
margin: 0px 2% 0;
|
||||
width: 95%;
|
||||
@ -224,4 +229,15 @@ body {
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
|
||||
.bottom-cards {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.bottom-card {
|
||||
width: 85%
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user