Prevented horizontal scrolling on the features page

This commit is contained in:
Razi KAntorp 2014-06-02 18:39:24 +02:00
parent a5f991870c
commit f07c327845

View File

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