diff --git a/themes/cookbook/layouts/_default/baseof.print.html b/themes/cookbook/layouts/_default/baseof.print.html
index c5e26c6..bbd6fdc 100644
--- a/themes/cookbook/layouts/_default/baseof.print.html
+++ b/themes/cookbook/layouts/_default/baseof.print.html
@@ -103,13 +103,13 @@
height: 3rem;
}
- .clear {
- clear:both;
+ .allZutaten {
+ display: flex;
+ flex-wrap: wrap;
}
.zutatenWrapper {
- margin: 1em;
- float: left;
+ flex-basis: 49%;
}
diff --git a/themes/cookbook/layouts/partials/printscript.html b/themes/cookbook/layouts/partials/printscript.html
index 92669f1..ae4be23 100644
--- a/themes/cookbook/layouts/partials/printscript.html
+++ b/themes/cookbook/layouts/partials/printscript.html
@@ -3,7 +3,6 @@
diff --git a/themes/cookbook/static/css/custom.css b/themes/cookbook/static/css/custom.css
index 45f3d40..b74262d 100644
--- a/themes/cookbook/static/css/custom.css
+++ b/themes/cookbook/static/css/custom.css
@@ -1,4 +1,4 @@
li {
padding-bottom: .5em;
font-size: 20px;
-}
+}
\ No newline at end of file