theme: remove page padding from print #93

This commit is contained in:
Sören Weber 2021-10-06 20:36:23 +02:00
parent 02d463f43a
commit f04e13942e
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -8,6 +8,10 @@ body #body{
pre code {
font-size: 8.3pt;
}
#body .padding {
/* remove page padding - this can be set exactly in the print setup */
padding: 0;
}
code.copy-to-clipboard-inline {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;