Skip to content

Commit a2d6445

Browse files
committed
improve font size
1 parent 7493d3f commit a2d6445

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/Catalog/_CatalogCard.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@
5555
}
5656
& > p {
5757
text-transform: capitalize;
58+
font-size: 0.8rem;
5859
}
5960

6061
&-difficulty {
6162
background-color: $color-black;
6263
color: white;
6364
text-transform: uppercase;
6465
margin-right: 0.3em;
65-
font-size: 0.9rem;
66+
// font-size: 0.9rem;
6667
}
6768

6869
& > h3 {
@@ -101,7 +102,7 @@
101102

102103
&--difficulty {
103104
color: #4b4b4d;
104-
font-size: 0.9rem;
105+
font-size: 0.8rem;
105106
}
106107
}
107108

@@ -145,14 +146,14 @@
145146

146147
& > p {
147148
text-transform: capitalize;
149+
font-size: 0.8rem;
148150
}
149151

150152
&-difficulty {
151153
background-color: $color-black;
152154
color: white;
153155
text-transform: uppercase;
154156
margin-right: 0.3em;
155-
font-size: 0.9rem;
156157
}
157158

158159
& > h3 {

0 commit comments

Comments
 (0)