Skip to content

Commit 312c26a

Browse files
committed
card fix
1 parent 64aec40 commit 312c26a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/shared/components/card/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.card {
2-
height: 150px;
2+
height: 140px;
33
padding: 22px;
44
font-family: var(--ff-secondary);
55
font-size: 14px;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.card-skeleton {
22
width: 100% !important;
3-
height: 155px !important;
3+
height: 145px !important;
44
border-radius: 10px;
55
}

0 commit comments

Comments
 (0)