theme: add more space between content and footer #92

This commit is contained in:
Sören Weber 2021-09-28 22:24:07 +02:00
parent d443816df7
commit 6cedf2155c
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -1203,6 +1203,10 @@ option {
display: block !important;
}
#body footer.footline{
margin-top: 2rem;
}
@media print {
/* in print mode show footer line to signal reader
the end of document */