From 38d3ab5ef6126b3ec29e146460ad4598da8bd0ac Mon Sep 17 00:00:00 2001 From: Ou Date: Mon, 30 Sep 2024 02:24:44 +0800 Subject: [PATCH] fix: card grid layout --- src/components/Pure.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pure.tsx b/src/components/Pure.tsx index 683790a..f703d9e 100644 --- a/src/components/Pure.tsx +++ b/src/components/Pure.tsx @@ -14,7 +14,7 @@ export function Main() { id="grid-container" className="grid w-full gap-5 mt-10" style={{ - gridTemplateColumns: "repeat(auto-fit, minmax(300px, 1fr))", + gridTemplateColumns: "repeat(auto-fill, minmax(350px, 1fr))", }} > {currentSection.sourceList.map(id => (