Skip to content

Commit f0f031d

Browse files
committed
fix content gap and typograghy
1 parent 73a4e12 commit f0f031d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

core/src/components/card-content/card-content.ionic.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66

77
.card-content-ionic {
88
@include globals.padding(globals.$ion-space-400);
9+
@include globals.typography(globals.$ion-body-md-regular);
910

1011
display: flex;
1112

1213
flex-direction: column;
1314

14-
font-size: globals.$ion-font-size-350;
15-
16-
line-height: globals.$ion-font-line-height-600;
17-
18-
gap: globals.$ion-space-200;
15+
gap: globals.$ion-space-400;
1916

2017
img {
2118
@include globals.margin(globals.$ion-space-200, 0, globals.$ion-space-200, 0);

0 commit comments

Comments
 (0)