24 lines
415 B
SCSS
24 lines
415 B
SCSS
#descripcion {
|
|
height: (map.get($heights, "descripcion"))+rem;
|
|
|
|
background-position: left rem(112);
|
|
background-size: 100% rem(128);
|
|
background-repeat: no-repeat;
|
|
|
|
.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);
|
|
}
|
|
}
|
|
}
|