Add some padding to footer

master
Mark Moffat 2020-01-08 20:58:44 +10:30
parent 55b8da064b
commit 986f1ee966
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ html {
} }
body { body {
margin-bottom: @footer-height; margin-bottom: (@footer-height+40);
} }
html, body { html, body {

View File

@ -3,7 +3,7 @@ html {
min-height: 100%; min-height: 100%;
} }
body { body {
margin-bottom: 100px; margin-bottom: 140px;
} }
html, html,
body { body {

File diff suppressed because one or more lines are too long