This commit is contained in:
Luis 2017-06-17 17:53:33 +02:00
parent 418a812bbd
commit a45b64dda8
2 changed files with 15 additions and 7 deletions

View file

@ -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%;
}
} }

View file

@ -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 */