Removed broken media print query

This commit is contained in:
Kenneth Jao 2024-02-08 21:24:31 -06:00 committed by kjao
parent 5d28727fb3
commit 12dbb7ab8b

View File

@ -213,7 +213,3 @@ atcolor: #1F1F1F;
grid-column: 2;
font-style: normal;
}
@media print {
.subsection div{ page-break-before: always; }
}