update board

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

View file

@ -22,23 +22,23 @@
margin-bottom: .5rem !important;
margin-left: .5rem !important;
margin-right: .5rem !important;
width: calc(25% - 2 * 0.rem);
width: calc(25% - 1rem);
}
@media screen and (max-width: 992px) {
.board-colomn {
width: calc(33% - 2 * 0.rem);
width: calc(33% - 1rem) !important;
}
}
@media screen and (max-width: 640px) {
.board-colomn {
width: calc(50% - 2 * 0.rem);
width: calc(50% - 1rem) !important;
}
}
@media screen and (max-width: 420px) {
.board-colomn {
width: calc(100% - 2 * 0.rem);
width: calc(100% - 1rem) !important;
}
}