fix: corrige responsividade bottom card

This commit is contained in:
Naian Felix dos Santos 2022-10-11 18:43:27 -03:00
parent e2c4d7ed48
commit c3093c6c55

View File

@ -69,7 +69,7 @@ body {
.top-cards {
display: grid;
grid-template-columns: repeat(3, max-content);
grid-template-columns: repeat(3, 350px);
justify-content: center;
gap: 22px;
}
@ -183,9 +183,8 @@ body {
max-width: 1360px;
width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
@media screen and (min-width: 769px) and (max-width: 1270px) {
.top-cards,.bottom-cards {
grid-template-columns: repeat(2, max-content);
}
@ -217,7 +216,7 @@ body {
}
.middle-banner {
padding: 0 23px;
padding: 0;
}
.middle-banner-image-wrapper {
display: grid;
@ -289,8 +288,6 @@ body {
margin-bottom: 50px;
}
}
@media screen and (max-width: 414px) {
@ -307,5 +304,5 @@ body {
@media screen and (max-width: 290px) {
.top-infocard-title {
font-size: 26px;
}
}
}