Skip to content

Commit 995e176

Browse files
committed
feat: statistics
1 parent dd96457 commit 995e176

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/statistics.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
color: var(--title-color);
33
font-size: var(--font-size-small);
44
font-style: normal;
5-
font-weight: var(--font-line-height-base);
5+
font-weight: var(--font-weight-base);
66
line-height: var(--font-line-height-small);
77
letter-spacing: 0.2px;
88
text-transform: capitalize;
@@ -23,3 +23,8 @@
2323
letter-spacing: 0.2px;
2424
text-transform: capitalize;
2525
}
26+
27+
.statistics__icon {
28+
width: 22px;
29+
height: 22px;
30+
}

0 commit comments

Comments
 (0)