1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

fix: Fix styles

This commit is contained in:
Maksim Eltyshev 2022-07-26 13:53:30 +02:00
parent 5ac99c9d1d
commit 9998f554d6
3 changed files with 12 additions and 1 deletions

View file

@ -193,4 +193,14 @@
margin: 0 8px 4px 0;
text-transform: uppercase;
}
.wrapper {
width: 880px;
}
@media (max-width: 926px) {
.wrapper {
width: 95%;
}
}
}