Skip to content

Commit

Permalink
steps fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 3, 2020
1 parent 6de0296 commit 1d928f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/ui/_steps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
counter-increment: steps;

&:before {
font-size: 1rem;
font-size: $h5-font-size;
line-height: 1.5rem;
content: counter(steps);
}
Expand Down

0 comments on commit 1d928f7

Please sign in to comment.