From 4344bf156197de49607649526828bed098320618 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 26 Oct 2022 21:54:07 +0200 Subject: [PATCH] update board --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 5c3f061..a2521b9 100644 --- a/theme.css +++ b/theme.css @@ -19,9 +19,9 @@ } .board-column:first-child { - margin-left: 0; + margin-left: 0 !important; } .board-column { - margin-bottom: .5rem; + margin-bottom: .5rem !important; }