challenge-vtex-io-savio-car.../styles/css/vtex.store-components.css

37 lines
686 B
CSS
Raw Normal View History

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
2023-02-03 21:11:08 +00:00
/* Grid breakpoints */
.container {
max-width: 100%;
margin: 0 0 0 0 !important;
}
.productImageTag {
max-height: none !important;
}
.thumbImg {
width: 86%;
margin: 0;
}
.productImagesThumb {
height: auto !important;
}
.productBrand {
display: flex;
justify-content: flex-end;
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 34px;
}