mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-01-30 11:40:18 +01:00
fix css
This commit is contained in:
parent
418a812bbd
commit
a45b64dda8
2 changed files with 15 additions and 7 deletions
|
@ -28,9 +28,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
twentytwenty-wrapper img {
|
||||||
&.twentytwenty-before,
|
width: 100%;
|
||||||
&.twentytwenty-after {
|
|
||||||
|
}
|
||||||
|
/* Section Three */
|
||||||
|
|
||||||
|
#three .inner {
|
||||||
|
width: 60em;
|
||||||
|
|
||||||
|
@include breakpoint(large) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@include breakpoint(medium) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -951,6 +951,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@include breakpoint(small) {
|
@include breakpoint(small) {
|
||||||
@include padding(3em, 0);
|
@include padding(3em, 0);
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
@ -1616,11 +1617,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Section Three */
|
|
||||||
|
|
||||||
#three .inner {
|
|
||||||
width: 60em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CTA */
|
/* CTA */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue