Skip to content

Commit

Permalink
Test: added unit tests to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeIJ committed Nov 8, 2022
1 parent 18d48e3 commit 7ecee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stick/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

.arms {
top: calc(var(--bh) * 0.05);
top: max(calc(var(--bh) * .05), calc(var(--t) * 1.75));
}

.legs {
Expand Down

0 comments on commit 7ecee0a

Please sign in to comment.