feat: use min-width in px
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
093d0c0997
commit
9dfc567d5c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user