From 8201f76898ad7c7063f8d7da37095fac59cf461f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 26 Oct 2022 22:04:52 +0200 Subject: [PATCH] update board --- theme.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index 27b9ce5..4f6e2fb 100644 --- a/theme.css +++ b/theme.css @@ -25,22 +25,23 @@ .board-column { margin-bottom: .5rem !important; flex: 1 !important; + width: 25%: } @media screen and (max-width: 992px) { .board-colomn { - flex-basis: 25%; + width: 33%; } } @media screen and (max-width: 640px) { .board-colomn { - flex-basis: 50%; + width: 50%; } } @media screen and (max-width: 420px) { .board-colomn { - flex-basis: 100%; + width: 100%; } }