Fix print styles and remove header footer from print

This commit is contained in:
2022-01-18 12:38:32 +01:00
parent bbad737bbe
commit 95f745397c
2 changed files with 13 additions and 1 deletions

View File

@ -4,4 +4,13 @@ body {
.app-content nav {
display: none;
}
}
.page-navigation {
display: none;
}
.site-footer {
display: none;
}