feat: use min-width in px
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
moanos [he/him] 2024-07-23 21:51:47 +02:00
parent 093d0c0997
commit 9dfc567d5c

View File

@ -144,7 +144,7 @@ label {
border-radius: 10px;
}
@media screen and (min-width: 40em) {
@media screen and (min-width: 800px) {
flex: 0 1 calc(25% - 0.5em);
}