Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
Co-authored-by: Cue <[email protected]>
  • Loading branch information
kiaking and cuebit committed Jul 18, 2023
1 parent 95d7ec4 commit 127666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ interface Props {
</SCard>
```

The spacing should be consistant across the application depending on the size of the `<SCard>` component. Use `compact` for card width smaller than `640px`, and `wide` for larger width.
To ensure consistent spacing across the application, you should adjust the spacing based on the size of the `<SCard>` component. Consider using the `compact` class for card widths smaller than `640px` and the `wide` class for larger widths.

## Footer

Expand Down

0 comments on commit 127666f

Please sign in to comment.