Skip to content

Commit

Permalink
fix columns for Features
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Oct 29, 2020
1 parent 404f6a9 commit a9d7cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/containers/Introduction/content/Features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function Features() {
library.
</Paragraph>

<FeaturesGrid columnLength={[1, 3]}>
<FeaturesGrid columnLength={[1, 2, 2, 3]}>
{IntroductionContent.map(({ title, content, Icon }, i) => {
return (
<FeatureItem
Expand Down

0 comments on commit a9d7cd8

Please sign in to comment.