mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 21:11:22 +01:00
37 lines
530 B
SCSS
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%;
|
|
}
|
|
}
|