poblados-colonizacion-colon.../docs/_sass/libs/_changes.scss
2017-06-17 17:06:09 +02:00

37 lines
530 B
SCSS

.wrapper {
@include padding(6em, 0);
@include breakpoint(small) {
@include padding(2em, 0, 4, 0);
}
> .inner {
width: 55em;
margin: 0 auto;
@include breakpoint(large) {
width: 90%;
}
@include breakpoint(medium) {
width: 100%;
}
> p {
width: 40em;
@include breakpoint(large) {
width: 90%;
}
@include breakpoint(medium) {
width: 45em;
}
}
}
}
img {
&.twentytwenty-before,
&.twentytwenty-after {
width: 100%;
}
}