style: aplicando estilo do nome do produto

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-01-24 20:44:16 -03:00
parent e37dfaa47e
commit 2c44ebe8bf
2 changed files with 23 additions and 3 deletions

View File

@ -68,4 +68,14 @@
.videoContainer {
height: 664px;
}
}
.productNameContainer {
text-align: right;
}
.productNameContainer .productBrand {
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #575757;
}

View File

@ -1,11 +1,11 @@
//product-image
//product-images
.container {
width: 100%;
padding: 0;
margin: auto;
@media (max-width: 1920px) and (min-width: 1024px) {
padding: 0 40px;
padding: 0 40px;
}
}
@ -27,7 +27,6 @@
}
}
.carouselGaleryCursor {
margin: 0 !important;
width: auto;
@ -60,3 +59,14 @@
}
}
//dados produto
.productNameContainer {
text-align: right;
.productBrand {
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #575757;
}
}