Skip to content

Commit 790b18f

Browse files
committed
make card grid column's as auto-fill
1 parent d314d4c commit 790b18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/layer-2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const StatDescription = (props: ChildOnlyType) => (
155155

156156
const Layer2CardGrid = (props: ChildOnlyType) => (
157157
<SimpleGrid
158-
templateColumns="repeat(4, minmax(min(100%, 280px), 1fr))"
158+
templateColumns="repeat(auto-fill, minmax(min(100%, 280px), 1fr))"
159159
gap={8}
160160
{...props}
161161
/>

0 commit comments

Comments
 (0)