Skip to content

Commit f1cd253

Browse files
authored
fix: learning path items gap (#587)
1 parent 5124134 commit f1cd253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/MDXComponents/LearningPath.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,10 @@ export function LearningPath(props: {
288288
flexWrap: "wrap",
289289
justifyContent: "flex-start",
290290
rowGap: "1rem",
291+
columnGap: "8px",
291292

292293
"& > p": {
293-
flex: { xs: "50% 1", md: "0 0 33%" },
294+
flex: { xs: "50% 1", md: "0 0 32%" },
294295
},
295296
}}
296297
>

0 commit comments

Comments
 (0)