Add some padding to footer
parent
55b8da064b
commit
986f1ee966
|
@ -15,7 +15,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
margin-bottom: @footer-height;
|
||||
margin-bottom: (@footer-height+40);
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
|
|
@ -3,7 +3,7 @@ html {
|
|||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
margin-bottom: 100px;
|
||||
margin-bottom: 140px;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue