From e6cccf9b61e1e436a48075c9480fcace7c234a5e Mon Sep 17 00:00:00 2001 From: Jing Date: Sun, 28 Nov 2021 15:20:54 +0100 Subject: [PATCH] use columns instead of flex --- themes/cookbook/layouts/_default/baseof.print.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/cookbook/layouts/_default/baseof.print.html b/themes/cookbook/layouts/_default/baseof.print.html index bbd6fdc..84f0f8c 100644 --- a/themes/cookbook/layouts/_default/baseof.print.html +++ b/themes/cookbook/layouts/_default/baseof.print.html @@ -104,12 +104,11 @@ } .allZutaten { - display: flex; - flex-wrap: wrap; + column-count: 2; } .zutatenWrapper { - flex-basis: 49%; + margin-bottom: 1em; }