mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Fix the footer.
This commit is contained in:
parent
fd215280a8
commit
4b246501d2
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
footer.site-footer {
|
||||
background-color: @footer-bg-color;
|
||||
border-top: 1px solid @gray-lighter;
|
||||
padding: @footer-padding;
|
||||
font-size: 0.9rem;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: @footer-height;
|
||||
line-height: @footer-height;
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
|
|
Loading…
Reference in a new issue