Footer css tweaks
This commit is contained in:
parent
d56eaf0c81
commit
4958b15034
|
@ -4,7 +4,7 @@ body {
|
|||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
|
|
|
@ -7,9 +7,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
html {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
position:static !important;
|
||||
max-width: 100%;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.collapse.show.span-table {
|
||||
|
|
Loading…
Reference in New Issue