update board

This commit is contained in:
Simon Vieille 2022-10-26 22:13:54 +02:00
commit 68b5f264bb
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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;
}
}