add footer padding

This should make sure the footer does not come too close to the top when
there is no content.

Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Robert Martinez 2018-11-25 00:46:42 +01:00 committed by Joseph Nuthalapati
parent f9604c40a1
commit 34172a0543
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -187,6 +187,7 @@ footer {
bottom: 0;
width: 100%;
height: 150px;
padding-top: 150px;
}
footer license-info p {