challenge-vtex-io-eleonora-otz/styles/css/vtex.product-summary.css

31 lines
565 B
CSS
Raw Permalink Normal View History

2023-01-31 00:37:44 +00:00
/*
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 */
/* Grid breakpoints */
.imageWrapper {
height: 314px;
display: flex;
justify-content: center;
align-items: center;
}
2023-01-31 00:37:44 +00:00
.nameContainer {
padding: 0 0 8px;
}
2023-01-31 00:37:44 +00:00
.nameContainer .brandName {
font-weight: 400;
font-size: 18px;
line-height: 25px;
2023-01-31 00:37:44 +00:00
color: #000000;
}
@media screen and (max-width: 1024px) {
.nameContainer .brandName {
font-size: 14px;
line-height: 19px;
}
2023-01-31 00:37:44 +00:00
}