From d41ed24dc6f790cde7e3af4f70bec9ac373f9614 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Wed, 4 Jan 2023 15:16:35 +0100 Subject: [PATCH] fix: table was to big --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..83f7a8c --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +.slidev-layout { + td, th { + padding: 0.5rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} -- GitLab