1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 21:44:20 +00:00

amélioration de l'impression des monstres et des sorts

This commit is contained in:
Maxime Moraine 2021-09-20 17:09:42 +02:00
parent b21fe6bf2c
commit 49a36a7567
3 changed files with 26 additions and 7 deletions

View file

@ -89,4 +89,23 @@
main.content {
padding: 0;
}
.print-column-count-2 {
column-count: 2;
column-gap: 25pt;
}
.print-monster, .print-spell {
border: 1px solid #000;
padding: 5pt;
margin-bottom: 25pt;
}
.print-break-avoid-page {
break-inside: avoid-page;
}
.print-break-avoid-column {
break-inside: avoid-column;
}
}