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

25 lines
416 B
SCSS
Raw Normal View History

2021-01-12 11:44:15 -03:00
#descripcion {
background-position: left rem(112);
2021-01-12 18:36:10 -03:00
background-size: 100% rem(110);
2021-01-12 11:44:15 -03:00
background-repeat: no-repeat;
2021-01-12 18:36:10 -03:00
padding-top: rem(100);
2021-01-14 11:26:30 -03:00
margin-bottom: rem(25);
2021-01-12 18:36:10 -03:00
2021-01-12 11:44:15 -03:00
.images {
.image {
max-width: 33%;
}
}
.paragraph {
padding-top: rem(28);
line-height: rem(14);
text-align: justify;
.header {
margin-bottom: rem(16);
font-size: font_size(22/16*12);
}
}
}