display footer at the bottom when printing

This commit is contained in:
Ell 2023-10-26 11:37:55 +02:00
parent 1b0f3bf67a
commit 6ca424eb47

View file

@ -85,3 +85,9 @@ h1:hover .header-anchor, h2:hover .header-anchor, h3:hover .header-anchor, h4:ho
background-color: #242424;
}
}
@media print {
#footer {
position: relative;
}
}