diff --git a/carddeck1/cards.html b/carddeck1/cards.html
index 8c109e9..9435d6f 100644
--- a/carddeck1/cards.html
+++ b/carddeck1/cards.html
@@ -61,6 +61,9 @@
+
+
+
diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css
index b813c0e..cabda32 100644
--- a/carddeck1/stylesheet.css
+++ b/carddeck1/stylesheet.css
@@ -7,6 +7,7 @@
float: left;
position: relative;
margin: 2mm;
+ break-inside: avoid;
}
.card > p.image > img {
width: 7.5cm;
@@ -42,4 +43,4 @@
right: 5mm;
text-align: center;
font-size: 6.5;
- }
\ No newline at end of file
+ }