Files
stand/assets/sass/phone/_descripcion.scss

15 lines
222 B
SCSS
Raw Normal View History

2021-01-12 11:44:15 -03:00
#descripcion {
2021-01-12 18:36:10 -03:00
padding-bottom: rem(5);
2021-01-12 11:44:15 -03:00
.paragraph {
padding-top: rem(18);
line-height: rem(14);
text-align: justify;
.header {
margin-bottom: rem(6);
font-size: font_size(18);
}
}
}