Skip to content

Commit 181e91a

Browse files
committed
Fix card title vertical centering
Signed-off-by: Piotr Płaczek <[email protected]>
1 parent a7d72e6 commit 181e91a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/kroxylicious.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,8 @@ b.conum * {
349349
margin-left: 0;
350350
margin-right: 0;
351351
}
352+
353+
.card-title {
354+
margin-top: calc(var(--#{$prefix}card-title-spacer-y) / 2);
355+
margin-bottom: calc(var(--#{$prefix}card-title-spacer-y) / 2);
356+
}

0 commit comments

Comments
 (0)