Merge pull request #1981 from incrolution/master

Move document footer to the end of the document
This commit is contained in:
Cüneyt Şentürk
2021-05-01 11:32:00 +03:00
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@ -488,3 +488,9 @@ th, td
background-color: #f6f9fc;
text-decoration: none;
}
.clearfix:after {
display: block;
clear: both;
content: ""
}