Skip to content

Commit c65d1df

Browse files
committed
Standardize image margin across Pillar and Card
1 parent 72a2079 commit c65d1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100

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

0 commit comments

Comments
 (0)