mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +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 {
|
pre code {
|
||||||
font-size: 8.3pt;
|
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 {
|
code.copy-to-clipboard-inline {
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue