make wrapper bg inherited to avoid overlapping text bugs
This commit is contained in:
@@ -21,7 +21,7 @@ button {
|
||||
padding: 6px;
|
||||
}
|
||||
.wrapper {
|
||||
background: transparent none repeat scroll 0 0;
|
||||
background: inherit;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.footer {
|
||||
|
||||
Reference in New Issue
Block a user