pagination optimization
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s

This commit is contained in:
freakoverse 2024-09-18 18:14:59 +00:00
parent 1960589fc3
commit 59efa91677

View File

@ -110,5 +110,6 @@
width: 100%; width: 100%;
order: 1; order: 1;
justify-content: space-around; justify-content: space-around;
max-width: unset;
} }
} }