14 lines
221 B
SCSS
14 lines
221 B
SCSS
#descripcion {
|
|
.paragraph {
|
|
padding-top: rem(18);
|
|
line-height: rem(14);
|
|
text-align: justify;
|
|
|
|
.header {
|
|
margin-bottom: rem(6);
|
|
font-size: font_size(18);
|
|
}
|
|
}
|
|
padding-bottom: rem(5);
|
|
}
|