Skip to content

Commit

Permalink
chore: add styles for small element
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpachoo committed Feb 6, 2025
1 parent d1bd499 commit 5429fd7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ body {
color: var(--text-color);
margin: 0;
}

small {
font: var(--font-text-s);
}

0 comments on commit 5429fd7

Please sign in to comment.