challenge-vtex-io-Rhayllon-.../react/components/Html/styles.css

10 lines
199 B
CSS

[class*="html--wrapperQuantity"] {
display: flex;
margin-bottom: 16px;
}
@media screen and (max-width: 375px) {
[class*="html--wrapperQuantity"] {
flex-direction: column;
}
}