mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-28 13:31:23 +01:00
34 lines
459 B
SCSS
34 lines
459 B
SCSS
.wrapper {
|
|
@include padding(6em, 0);
|
|
|
|
> .inner {
|
|
width: 55em;
|
|
margin: 0 auto;
|
|
|
|
@include breakpoint(large) {
|
|
width: 90%;
|
|
}
|
|
|
|
@include breakpoint(medium) {
|
|
width: 100%;
|
|
}
|
|
> p {
|
|
width: 45em;
|
|
|
|
@include breakpoint(large) {
|
|
width: 90%;
|
|
}
|
|
|
|
@include breakpoint(medium) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
img {
|
|
&.twentytwenty-before,
|
|
&.twentytwenty-after {
|
|
width: 100%;
|
|
}
|
|
}
|