Fix: Prevent early list wrapping in some cases
This commit is contained in:
parent
f7843b9cb5
commit
0bf21ae4a0
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ html {
|
|||
|
||||
@media (min-width: 48.125em) {
|
||||
.backdropCard {
|
||||
width: 32%;
|
||||
width: 31%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue