mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Corrected double zoom for character cards print view.
This commit is contained in:
parent
f159329de4
commit
c8a0390ea5
1 changed files with 1 additions and 3 deletions
|
|
@ -27,10 +27,8 @@ tags: [Character Cards]
|
|||
section.content form#spells { position: absolute; display: block; margin-top: 150px; margin-left: 250px; }
|
||||
section.content form#gear { position: absolute; display: block; margin-top: 1150px; margin-left: -500px; }
|
||||
section.content form#notes { position: absolute; display: block; margin-top: 1150px; margin-left: 250px; }
|
||||
body {
|
||||
html {
|
||||
zoom: 80%;
|
||||
-webkit-transform: scale(.8,.8);
|
||||
-moz-transform: scale(.8,.8);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue