From f07c32784502318411edf4d377a828784871cc53 Mon Sep 17 00:00:00 2001 From: Razi KAntorp Date: Mon, 2 Jun 2014 18:39:24 +0200 Subject: [PATCH] Prevented horizontal scrolling on the features page --- public/css/splash.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/splash.css b/public/css/splash.css index ffee8935cb..00aa7e1984 100644 --- a/public/css/splash.css +++ b/public/css/splash.css @@ -2,6 +2,7 @@ body { font-family: Roboto, sans-serif; line-height: 1.6; background-color: #fff; + overflow-x: hidden; } .center-block { margin: 0 auto!; @@ -236,7 +237,6 @@ section.features4 { padding-bottom: 0; } - section.features.upper-footer { background-color: #fad129; padding: 40px 0; @@ -733,6 +733,7 @@ footer.footer form#mad_mimi_signup_form input { margin-bottom: 10px; } + section.features, section.blue, section, section.secure, section.about, section.team, section.contact { padding: 40px 0; margin: 0 !important; @@ -764,7 +765,6 @@ padding: 20px 0 0 0; section.features-splash { margin-top: -20px !important; } - section.features .col-md-7 img{ max-width: 100%; margin: 0;