forked from M3-Academy/challenge-landing-page
feat: Adiciona responsividade 4k para bottom-cards
This commit is contained in:
parent
443383e414
commit
a9cd8cf491
@ -216,6 +216,22 @@ body {
|
||||
|
||||
}
|
||||
|
||||
@media screen and (min-width:2375px) {
|
||||
.bottom-cards {
|
||||
grid-template-columns: repeat(4,max-content);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
||||
.top-cards {
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
}
|
||||
|
||||
.bottom-cards {
|
||||
grid-template-columns: repeat(2,max-content);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:1024px) {
|
||||
.middle-banner-container {
|
||||
display: grid;
|
||||
@ -251,16 +267,6 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
||||
.top-cards {
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
}
|
||||
|
||||
.bottom-cards {
|
||||
grid-template-columns: repeat(2,max-content);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:768px) {
|
||||
|
||||
.top-infocard {
|
||||
@ -295,7 +301,7 @@ body {
|
||||
}
|
||||
|
||||
.middle-banner {
|
||||
padding: 32px 43px 32px 24x;
|
||||
padding: 32px 43px 32px 24px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user