make wrapper bg inherited to avoid overlapping text bugs

This commit is contained in:
2015-07-13 14:12:07 +03:00
parent f53c452eda
commit 34c905c62b

View File

@@ -21,7 +21,7 @@ button {
padding: 6px; padding: 6px;
} }
.wrapper { .wrapper {
background: transparent none repeat scroll 0 0; background: inherit;
margin-bottom: 50px; margin-bottom: 50px;
} }
.footer { .footer {