21 lines
330 B
SCSS
21 lines
330 B
SCSS
.nameContainer {
|
|
text-align: center;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
|
|
.productBrand {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: $color-black-100;
|
|
@media screen and (max-width: 1024px) {
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.spacer {
|
|
display: none;
|
|
}
|