Add some padding to footer
parent
55b8da064b
commit
986f1ee966
|
@ -15,7 +15,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-bottom: @footer-height;
|
margin-bottom: (@footer-height+40);
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
|
|
@ -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
Loading…
Reference in New Issue