2023-02-08 19:16:42 +00:00
|
|
|
[class*="html--wrapperQuantity"] {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 16px;
|
2023-02-11 02:11:22 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 375px) {
|
|
|
|
[class*="html--wrapperQuantity"] {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2023-02-08 19:16:42 +00:00
|
|
|
}
|