From f1cd253c2d1de28f4dabc6f2e5800de1de9b44e0 Mon Sep 17 00:00:00 2001 From: Suhaha Date: Wed, 22 Jan 2025 14:41:15 +0800 Subject: [PATCH] fix: learning path items gap (#587) --- src/components/MDXComponents/LearningPath.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/MDXComponents/LearningPath.tsx b/src/components/MDXComponents/LearningPath.tsx index 914a1a87d..56cf64ac0 100644 --- a/src/components/MDXComponents/LearningPath.tsx +++ b/src/components/MDXComponents/LearningPath.tsx @@ -288,9 +288,10 @@ export function LearningPath(props: { flexWrap: "wrap", justifyContent: "flex-start", rowGap: "1rem", + columnGap: "8px", "& > p": { - flex: { xs: "50% 1", md: "0 0 33%" }, + flex: { xs: "50% 1", md: "0 0 32%" }, }, }} >