13 lines
147 B
CSS
13 lines
147 B
CSS
[class*="html--pix"] {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 26px;
|
|
}
|
|
|
|
[class*="html--cart-button"] {
|
|
display: flex;
|
|
gap: 10px;
|
|
|
|
}
|
|
|