16 lines
247 B
SCSS
16 lines
247 B
SCSS
.nameContainer {
|
|
padding: 16px 0 8px;
|
|
|
|
.productNameContainer {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: $color-black2;
|
|
|
|
@include mq(lg, max) {
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
}
|
|
}
|
|
}
|