Skip to content

Commit

Permalink
Update stats font size and weight
Browse files Browse the repository at this point in the history
  • Loading branch information
shyusu4 committed Jan 9, 2025
1 parent 35bd38e commit f412fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tbx/static_src/sass/components/_stats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
color: var(--color--theme-primary);
display: block;
font-weight: $weight--semibold;
line-height: 1;
}

&__text {
Expand All @@ -51,14 +50,15 @@
}

&__description {
@include font-size('size-five');
@include font-size('size-four');
font-weight: $weight--semibold;
color: var(--color--heading);
display: block;
line-height: 1;
}

&__details {
@include font-size('size-eight');
@include font-size('size-seven');
display: block;
}
}

0 comments on commit f412fb4

Please sign in to comment.