update board

This commit is contained in:
Simon Vieille 2022-10-26 22:19:00 +02:00
parent aa0be49022
commit 4d28b9a539
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -26,19 +26,19 @@
} }
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.board-column { .board-column {
width: calc(33% - 1rem) !important; width: calc(33% - 1rem) !important;
} }
} }
@media screen and (max-width: 640px) { @media screen and (max-width: 640px) {
.board-column { .board-column {
width: calc(50% - 1rem) !important; width: calc(50% - 1rem) !important;
} }
} }
@media screen and (max-width: 420px) { @media screen and (max-width: 420px) {
.board-column { .board-column {
width: calc(100% - 1rem) !important; width: calc(100% - 1rem) !important;
} }
} }