forked from M3-Academy/challenge-vtex-io
27 lines
401 B
CSS
27 lines
401 B
CSS
@media (min-width: 1920px) {
|
|
[class*="html--page-product"] {
|
|
|
|
margin-left: 320px;
|
|
padding-right: 320px;
|
|
}
|
|
}
|
|
[class*="html--pdp-breadcrumb"] {
|
|
background-color: #fff;
|
|
}
|
|
[class*="html--quantidadeEBuy"] {
|
|
display: flex;
|
|
gap: 10px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
[class*="html--quantidadeEBuy"] {
|
|
display: flex;
|
|
flex-direction:column;
|
|
gap: 10px;
|
|
}
|
|
}
|
|
|
|
[class*=""] {
|
|
|
|
}
|
|
|