update board

This commit is contained in:
Simon Vieille 2022-10-26 22:04:52 +02:00
parent 4eb553d618
commit 8201f76898
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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