Make footers position fixed, so that its content appears
This commit is contained in:
parent
83e3e4e45a
commit
c9fc8efd22
@ -331,6 +331,8 @@ ul.tabs {
|
||||
/* footer */
|
||||
|
||||
footer {
|
||||
position:fixed;
|
||||
bottom:1px;
|
||||
text-align: right;
|
||||
padding-bottom: 1em;
|
||||
padding-right: 3em;
|
||||
|
Reference in New Issue
Block a user