update board

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

View file

@ -28,19 +28,19 @@
}
@media screen and (max-width: 992px) {
.item {
.board-colomn {
flex-basis: 25%;
}
}
@media screen and (max-width: 640px) {
.item {
.board-colomn {
flex-basis: 50%;
}
}
@media screen and (max-width: 420px) {
.item {
.board-colomn {
flex-basis: 100%;
}
}