mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: remove page padding from print #93
This commit is contained in:
parent
02d463f43a
commit
f04e13942e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue