From a063fdc5b2e5fc81f19e2a8318d0e7b7e0393733 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 23 Jan 2023 15:49:33 +0100
Subject: [PATCH] reformat sideBySide as tcbox

---
 layout.sty | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/layout.sty b/layout.sty
index bd6c8332..d922bba7 100644
--- a/layout.sty
+++ b/layout.sty
@@ -698,13 +698,11 @@ Roll & Result \\
 \newcommand\sideBySide[2]{
   \end{multicols}
   \vspace{-1em}
-  \hrulefill
-  \begin{multicols}{2}
-  {\it #2}
-  \vfill\null
-  \columnbreak
+  \begin{tcolorbox}[sidebyside,bicolor,colback=white,colbacklower=black!5!white]
   {#1}
-  \end{multicols}
+  \tcblower
+  {\it #2}
+  \end{tcolorbox}
   \begin{multicols}{2}
 }
 
-- 
GitLab