refactor: fill screen with grid on category pages

This commit is contained in:
Kentai Radiquum 2024-07-13 19:10:24 +05:00
parent 4d1d923cd1
commit 5490d39b39
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ export const ReleaseSection = (props) => {
</h1>
</div>
<div className="m-4">
<div className="grid justify-center sm:grid-cols-[repeat(auto-fill,400px)] grid-cols-[100%] gap-2">
<div className="grid justify-center sm:grid-cols-[repeat(auto-fit,minmax(400px,1fr))] grid-cols-[100%] gap-2 min-w-full">
{props.content.map((release) => {
return (
<div