Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 7de3490

Browse files
committed
Add space in CSS rule
1 parent 92ed662 commit 7de3490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const Home = (props: {
6969
<div
7070
style={{
7171
display: 'grid',
72-
gridTemplateColumns: `repeat(auto-fit, minmax(300px,1fr))`,
72+
gridTemplateColumns: `repeat(auto-fit, minmax(300px, 1fr))`,
7373
gridRowGap: '8px',
7474
gridColumnGap: '8px',
7575
width: '100%',

0 commit comments

Comments
 (0)