From 127666f476694bd35ea0c7865c5fc1658875aef5 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Tue, 18 Jul 2023 19:38:17 +0900 Subject: [PATCH] update text Co-authored-by: Cue --- docs/components/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/card.md b/docs/components/card.md index e91ae93c..52c43026 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -200,7 +200,7 @@ interface Props { ``` -The spacing should be consistant across the application depending on the size of the `` 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 `` component. Consider using the `compact` class for card widths smaller than `640px` and the `wide` class for larger widths. ## Footer