2023-02-10 19:29:31 +00:00
|
|
|
[class*="html--pix"] {
|
|
|
|
display: flex;
|
2023-02-10 21:27:55 +00:00
|
|
|
align-items: center;
|
|
|
|
gap: 26px;
|
2023-02-10 19:29:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--cart-button"] {
|
|
|
|
display: flex;
|
|
|
|
gap: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2023-02-11 02:32:55 +00:00
|
|
|
@media screen and (max-width: 375px) {
|
|
|
|
|
|
|
|
[class*="html--cart-button"] {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|