From 3ab190710fe210cae8671b8dbbc7ef44ca0ea792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 20 Nov 2024 02:47:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20Add=20half-column=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/workshop.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/slides/workshop.css b/slides/workshop.css index ffe05140..dcddd144 100644 --- a/slides/workshop.css +++ b/slides/workshop.css @@ -221,3 +221,10 @@ td { padding: 0.1em 0.5em; background: #eee; } + +/* Use this to layout a slide in two columns */ +.column-half { + float: left; + width: 50%; +} +