10 lines
199 B
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;
|
|
}
|
|
} |