forked from M3-Academy/challenge-landing-page
douglasnobrega #1
@ -334,8 +334,25 @@ body {
|
|||||||
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
||||||
.top-infocard, .top-cards {
|
.top-infocard, .top-cards {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
align-items: center;
|
||||||
align-items: center;
|
}
|
||||||
|
|
||||||
|
.bottom-text-image {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-card {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width:993px) and (max-width: 1280px) {
|
||||||
|
.top-infocard {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-text-image {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user