challenge-vtex-io-Adilson-F.../react/components/Html/styles.css

27 lines
406 B
CSS
Raw Normal View History

@media (min-width: 1920px) {
[class*="html--page-product"] {
margin-left: 320px;
padding-right: 320px;
}
}
[class*="html--pdp-breadcrumb"] {
background-color: #fff;
}
2023-01-27 01:21:39 +00:00
[class*="html--quantidadeEBuy"] {
display: flex;
gap: 10px;
}
@media (max-width: 768px) {
2023-01-27 01:21:39 +00:00
[class*="html--quantidadeEBuy"] {
display: flex;
flex-direction:column;
gap: 10px;
}
}
2023-01-26 21:21:01 +00:00
/* [class*=""] {
2023-01-27 01:21:39 +00:00
} */
2023-01-26 21:21:01 +00:00