mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-01-28 18:50:20 +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-before,
|
||||
&.twentytwenty-after {
|
||||
twentytwenty-wrapper img {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
/* Section Three */
|
||||
|
||||
#three .inner {
|
||||
width: 60em;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 100%;
|
||||
}
|
||||
@include breakpoint(medium) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -951,6 +951,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@include breakpoint(small) {
|
||||
@include padding(3em, 0);
|
||||
background-color: transparent !important;
|
||||
|
@ -1616,11 +1617,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
|||
}
|
||||
}
|
||||
|
||||
/* Section Three */
|
||||
|
||||
#three .inner {
|
||||
width: 60em;
|
||||
}
|
||||
|
||||
/* CTA */
|
||||
|
||||
|
|
Loading…
Reference in a new issue