poblados-colonizacion-colon.../docs/_sass/libs/_changes.scss

35 lines
458 B
SCSS
Raw Normal View History

.wrapper {
@include padding(6em, 0);
> .inner {
width: 55em;
margin: 0 auto;
@include breakpoint(large) {
width: 90%;
}
@include breakpoint(medium) {
width: 100%;
}
> p {
2017-06-17 15:55:15 +02:00
width: 40em;
@include breakpoint(large) {
width: 90%;
}
@include breakpoint(medium) {
2017-06-17 16:09:26 +02:00
width: 90%;
}
}
}
}
img {
&.twentytwenty-before,
&.twentytwenty-after {
width: 100%;
}
2017-06-17 14:09:18 +02:00
}