Move the footer further down to separate it more from the content

This commit is contained in:
Henne Vogelsang 2014-07-15 23:33:12 +02:00
parent bd3f251c45
commit b4dd8c8d22

View file

@ -4,8 +4,8 @@ html {
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
/* Margin bottom by 2 times the footer height */
margin-bottom: 120px;
/* Margin bottom by navbar height */
padding-top: 60px;
}