Skip to content

Commit f17faa3

Browse files
committed
style: fix small card h4 size
1 parent 88509dc commit f17faa3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

app/src/styles/Card.module.scss

+7-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616

1717
h4 {
1818
color: variables.$text-color;
19-
font-size: small;
20-
font-weight: bold;
2119
margin: 0;
2220
margin-bottom: 0.5rem;
21+
font-weight: lighter;
2322
}
2423

2524
.content {
@@ -51,7 +50,7 @@
5150
&.small {
5251
flex-direction: row;
5352

54-
width: 18rem;
53+
width: 19rem;
5554
height: 6rem;
5655

5756
.description {
@@ -72,6 +71,11 @@
7271
height: calc(100% - 2rem);
7372
border-radius: 4rem;
7473

74+
h4 {
75+
font-size: 2rem;
76+
margin-bottom: 1rem;
77+
}
78+
7579
.description {
7680
font-size: medium;
7781
}

0 commit comments

Comments
 (0)