From 4f378bcab4cafce53d177ba98bf0376adc5888e4 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 26 Oct 2022 22:11:50 +0200 Subject: [PATCH] update board --- theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index e2c2c6c..0c659be 100644 --- a/theme.css +++ b/theme.css @@ -22,23 +22,23 @@ margin-bottom: .5rem !important; margin-left: .5rem !important; margin-right: .5rem !important; - width: calc(25% - 2 * 0.rem); + width: calc(25% - 1rem); } @media screen and (max-width: 992px) { .board-colomn { - width: calc(33% - 2 * 0.rem); + width: calc(33% - 1rem) !important; } } @media screen and (max-width: 640px) { .board-colomn { - width: calc(50% - 2 * 0.rem); + width: calc(50% - 1rem) !important; } } @media screen and (max-width: 420px) { .board-colomn { - width: calc(100% - 2 * 0.rem); + width: calc(100% - 1rem) !important; } }