Set print font size to 11pt

This commit is contained in:
rubenwardy 2017-08-26 18:59:59 +01:00
parent ec95ee8f12
commit d68975ba9f

View File

@ -212,4 +212,9 @@ h3 {
color: black !important;
text-decoration: none !important;
}
html, body {
background: none;
font-size: 11pt;
}
}