Skip to content

Commit

Permalink
fixing counter circle position
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeumus committed Mar 21, 2024
1 parent 720ce62 commit 356fe47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,13 @@ body {
margin: 0px 28px;
}
.patient-satisfaction {
top: -20px; /* Adjust this value based on the size of the circle */
top: -20px;
animation: counter-rotate 20s linear infinite;
}

.physician-satisfaction {
bottom: -260px;
left: 185px;
/* animation: counter-rotate-physician 20s linear infinite; */
left: 225px;
animation: counter-rotate 20s linear infinite;
}

Expand Down

0 comments on commit 356fe47

Please sign in to comment.