Update print style for new theme

This commit is contained in:
Magnus Hoff 2018-06-25 08:03:40 +02:00
parent 0b5bff6356
commit c0ce03973a

View file

@ -533,6 +533,15 @@ input[type="search"] {
display: block;
}
.hero {
background: none;
color: initial;
/* Disable hack to force containing the children instead of collapsing marigins */
border: none;
box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
/* This doesn't work at all, but it might start to! */
break-after: avoid;
@ -549,6 +558,11 @@ input[type="search"] {
margin: 0 auto;
}
h1 {
font-size: 22pt;
line-height: 33pt;
}
article, h2, h3, h4, h5, h6, .notice {
font-size: 12pt;
line-height: 18pt;