From 68b5f264bbf06e51a1a2536f597aba52191c3396 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 26 Oct 2022 22:13:54 +0200 Subject: [PATCH] update board --- theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index 0c659be..d76954b 100644 --- a/theme.css +++ b/theme.css @@ -26,19 +26,19 @@ } @media screen and (max-width: 992px) { - .board-colomn { + .board-column { width: calc(33% - 1rem) !important; } } @media screen and (max-width: 640px) { - .board-colomn { + .board-column { width: calc(50% - 1rem) !important; } } @media screen and (max-width: 420px) { - .board-colomn { + .board-column { width: calc(100% - 1rem) !important; } }