diff --git a/themes/cookbook/layouts/_default/baseof.print.html b/themes/cookbook/layouts/_default/baseof.print.html index bbd6fdc..c5e26c6 100644 --- a/themes/cookbook/layouts/_default/baseof.print.html +++ b/themes/cookbook/layouts/_default/baseof.print.html @@ -103,13 +103,13 @@ height: 3rem; } - .allZutaten { - display: flex; - flex-wrap: wrap; + .clear { + clear:both; } .zutatenWrapper { - flex-basis: 49%; + margin: 1em; + float: left; }
diff --git a/themes/cookbook/layouts/partials/printscript.html b/themes/cookbook/layouts/partials/printscript.html index ae4be23..92669f1 100644 --- a/themes/cookbook/layouts/partials/printscript.html +++ b/themes/cookbook/layouts/partials/printscript.html @@ -3,6 +3,7 @@ diff --git a/themes/cookbook/static/css/custom.css b/themes/cookbook/static/css/custom.css index b74262d..45f3d40 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 +}