1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Merge pull request #127 from raziraz/master

Prevented horizontal scrolling on the features page
This commit is contained in:
Hillel Coren 2014-06-04 23:40:31 +03:00
commit f97fed96c9

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;