You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
352 B
CSS

html,
body {
font-size: 21px;
line-height: 1.4;
}
h1 {
font-family: "Redaction 35";
line-height: 1;
}
img {
border: 1px solid currentColor;
max-width: 100%;
object-fit: contain;
}
hr {
break-before: always;
}
li {
margin-bottom: 24px;
}
@media print {
.pagebreak {
page-break-before: always;
} /* page-break-after works, as well */
}