Skip to content

Commit

Permalink
fix(docs): wrap resourcecard in row (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Dec 5, 2022
1 parent fb4e64b commit 065ace6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/guidelines/color/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,8 @@ _for IBMers only_.

## Resources

<Column colLg={4} colMd={4} noGutterSm>
<Row>
<Column colLg={4} colMd={4}>
<ResourceCard
subTitle="Sketch plug-in"
title="Carbon theme switcher"
Expand All @@ -669,3 +670,4 @@ _for IBMers only_.

</ResourceCard>
</Column>
</Row>

1 comment on commit 065ace6

@vercel
Copy link

@vercel vercel bot commented on 065ace6 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.