From 356fe47387f590205bc871836691561cb7ff631c Mon Sep 17 00:00:00 2001 From: Mikeumus Date: Wed, 20 Mar 2024 22:03:21 -0700 Subject: [PATCH] fixing counter circle position --- styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 95d77b6..f79a0fd 100644 --- a/styles.css +++ b/styles.css @@ -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; }