From 0b4c458203715a710ae7153008424304f68c57f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Thu, 22 Jun 2017 11:23:56 +0200 Subject: [PATCH] .wrap: removing width 100%, padding: 12rem 0 --- src/scss/modules/_zoom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/modules/_zoom.scss b/src/scss/modules/_zoom.scss index 8202a0f..ce4d0ff 100644 --- a/src/scss/modules/_zoom.scss +++ b/src/scss/modules/_zoom.scss @@ -14,8 +14,8 @@ > .wrap { @media (min-width: 1024px) { - padding: 12rem; - width: 100%; + padding-left: 12rem; + padding-right:12rem; } }