Skip to content

Commit

Permalink
remove space in (Pomodoro tutorial)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusch4593 committed Apr 22, 2024
1 parent c564a1d commit 142f482
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -275,7 +275,7 @@ Let's now apply styles to the `<div>` elements marked with the `.semi-circle`, `
top: 0;
left: 100px;
transform-origin: left center;
transform: rotate(0 deg);
transform: rotate(0deg);
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-left: none;
Expand Down

0 comments on commit 142f482

Please sign in to comment.