20 lines
214 B
SCSS
20 lines
214 B
SCSS
|
|
.productDescriptionContainer{
|
|
width: 43.89%;
|
|
}
|
|
|
|
.productImagesContainer{
|
|
width: 43.89%;
|
|
margin-right: 32px;
|
|
}
|
|
|
|
.productImage{
|
|
display: flex;
|
|
}
|
|
|
|
|
|
.newsletter{
|
|
color: #FFFFFF;
|
|
background: #000000;
|
|
}
|