We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88509dc commit f17faa3Copy full SHA for f17faa3
app/src/styles/Card.module.scss
@@ -16,10 +16,9 @@
16
17
h4 {
18
color: variables.$text-color;
19
- font-size: small;
20
- font-weight: bold;
21
margin: 0;
22
margin-bottom: 0.5rem;
+ font-weight: lighter;
23
}
24
25
.content {
@@ -51,7 +50,7 @@
51
50
&.small {
52
flex-direction: row;
53
54
- width: 18rem;
+ width: 19rem;
55
height: 6rem;
56
57
.description {
@@ -72,6 +71,11 @@
72
71
height: calc(100% - 2rem);
73
border-radius: 4rem;
74
+ h4 {
75
+ font-size: 2rem;
76
+ margin-bottom: 1rem;
77
+ }
78
+
79
80
font-size: medium;
81
0 commit comments