From a45b64dda8de61e053eaa1ca879138c1bbcf8936 Mon Sep 17 00:00:00 2001 From: Luis Date: Sat, 17 Jun 2017 17:53:33 +0200 Subject: [PATCH] fix css --- docs/_sass/libs/_changes.scss | 17 ++++++++++++++--- docs/css/main.scss | 5 +---- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/_sass/libs/_changes.scss b/docs/_sass/libs/_changes.scss index 9958a11..8df2b5b 100644 --- a/docs/_sass/libs/_changes.scss +++ b/docs/_sass/libs/_changes.scss @@ -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%; + } + } diff --git a/docs/css/main.scss b/docs/css/main.scss index 5fe4722..bc6532b 100755 --- a/docs/css/main.scss +++ b/docs/css/main.scss @@ -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 */