We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7493d3f commit a2d6445Copy full SHA for a2d6445
src/components/Catalog/_CatalogCard.scss
@@ -55,14 +55,15 @@
55
}
56
& > p {
57
text-transform: capitalize;
58
+ font-size: 0.8rem;
59
60
61
&-difficulty {
62
background-color: $color-black;
63
color: white;
64
text-transform: uppercase;
65
margin-right: 0.3em;
- font-size: 0.9rem;
66
+ // font-size: 0.9rem;
67
68
69
& > h3 {
@@ -101,7 +102,7 @@
101
102
103
&--difficulty {
104
color: #4b4b4d;
105
106
107
108
@@ -145,14 +146,14 @@
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
0 commit comments