23 lines
399 B
SCSS
23 lines
399 B
SCSS
.heading--specifications-texto {
|
|
margin: 0 0 16px;
|
|
@media (min-width: 2560px) {
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
.heading--specifications-texto {
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 376px) {
|
|
.heading--specifications-texto {
|
|
font-size: 20px;
|
|
}
|
|
}
|