Problem: there is not much space at the bottom of the page

Solution: add a large margin-top on the footer
This commit is contained in:
Peter Stuifzand 2022-01-12 22:45:13 +01:00
parent 293c9d66a4
commit 2ed65e417f

View File

@ -340,6 +340,7 @@ mark {
.footer {
padding: 0 12px;
margin-top: 300px;
}
.wiki-list-editor {