forked from M3-Academy/challenge-vtex-io
12 lines
177 B
CSS
12 lines
177 B
CSS
@media screen and (max-width: 1024px) {
|
|
.flexRowContent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
.flexRowContent {
|
|
margin-right: 40px;
|
|
margin-left: 40px;
|
|
}
|