Skip to content

Commit

Permalink
fix: learning path items gap (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit authored Jan 22, 2025
1 parent 5124134 commit f1cd253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MDXComponents/LearningPath.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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%" },
},
}}
>
Expand Down

0 comments on commit f1cd253

Please sign in to comment.