The footer should be printed

This commit is contained in:
2021-10-20 14:04:24 -05:00
parent 9de85093d3
commit ffbfc842c2

View File

@ -219,7 +219,7 @@ h1 svg.icon {
/* Print compatibility */
@media print {
.top, footer, .section-header-link {
.top, .section-header-link {
display: none;
}