Skip to content

Commit ca28656

Browse files
committed
Fix
1 parent c314ea3 commit ca28656

File tree

48 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2
-2
lines changed

packages/react/src/Card/Card.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100

101101
.Card__image {
102-
margin-bottom: var(--base-size-32);
102+
margin-bottom: var(--base-size-28);
103103
border-radius: var(--brand-borderRadius-medium);
104104
overflow: hidden;
105105
grid-area: image;
@@ -126,7 +126,7 @@
126126
}
127127

128128
.Card__description {
129-
margin-bottom: var(--base-size-28);
129+
margin-bottom: var(--base-size-32);
130130
grid-area: description;
131131
}
132132

0 commit comments

Comments
 (0)