added padding to footer

This commit is contained in:
Stephen McQuay 2015-01-13 07:38:24 -08:00
parent e7696bb819
commit be2e8b4416
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
.wrong { .wrong {
background: red; background: red;
} }
footer {
padding-top: 20px;
}