moved over the last blogs, also changed the styling of lists

This commit is contained in:
2022-09-25 23:25:23 +02:00
parent 9059befae3
commit 619758c175
16 changed files with 309 additions and 9 deletions

View File

@@ -8,10 +8,10 @@
@media print {
.hideInPrintView {
display:none;
display: none;
}
.showInPrintView {
display: initial;
}
}
}