Skip to content

Commit

Permalink
docs: Update styling to CategoryCardSection
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorvnoj committed Jan 11, 2025
1 parent 9f231dd commit 3c1b106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/components/CategoryCardSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const CategoryCardSection = ({
padding:
"var(--space-base) var(--space-minuscule) var(--space-smaller) 0px",
marginLeft: "-1px",
width: "100%",
display: "inline-block",
}}
>
<Heading level={2}>{category}</Heading>
Expand Down

0 comments on commit 3c1b106

Please sign in to comment.