Skip to content

Commit

Permalink
Hide page footer in print view (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrad02 authored Aug 16, 2023
1 parent a6db67e commit f0adc69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion myhpi/static/scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@
.footer-category:not(:last-child) {
margin-right: 5rem;
}
}
}

@media print {
.footer-myhpi {
display: none;
}
}

0 comments on commit f0adc69

Please sign in to comment.