diff --git a/docs/.vuepress/theme/components/MyMonsters.vue b/docs/.vuepress/theme/components/MyMonsters.vue
index 6e28896..e5e2dbe 100644
--- a/docs/.vuepress/theme/components/MyMonsters.vue
+++ b/docs/.vuepress/theme/components/MyMonsters.vue
@@ -56,8 +56,8 @@
-
-
+
+
{{ monster.title }}
diff --git a/docs/.vuepress/theme/components/MySpells.vue b/docs/.vuepress/theme/components/MySpells.vue
index 95d7aa4..14ce9a8 100644
--- a/docs/.vuepress/theme/components/MySpells.vue
+++ b/docs/.vuepress/theme/components/MySpells.vue
@@ -88,22 +88,22 @@
-
+
Tours de magie
Sorts de niveau {{ level }}
-
+
-
+
{{ spell.title }}
mdi-pencil Modifier
mdi-delete Supprimer
-
+
-
+
diff --git a/docs/.vuepress/theme/styles/_print.scss b/docs/.vuepress/theme/styles/_print.scss
index 1c0cb56..d5a98f2 100644
--- a/docs/.vuepress/theme/styles/_print.scss
+++ b/docs/.vuepress/theme/styles/_print.scss
@@ -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;
+ }
}