Add bottom padding to body

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-02-28 16:56:41 +02:00
parent ba9ff21973
commit 049d0cc396
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ html {
}
body {
margin-bottom: 20px;
padding-bottom: 20px;
}
.container {