Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 15, 2024
1 parent f1b8b1a commit c952939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ body {
content: '';
position: absolute;
top: calc(100% - 1px);
left: calc(125px - (54px * 2.5));
left: calc(125px - 54px);
width: var(--progress);
height: 1px;
background: linear-gradient(to right, var(--accent) calc(100% - 100px), transparent);
Expand Down

0 comments on commit c952939

Please sign in to comment.