From b1724f2d7855f3f97b3e7f7c135526ed2eae23b8 Mon Sep 17 00:00:00 2001 From: Sacha GUERIN Date: Tue, 12 Aug 2025 08:17:48 +0000 Subject: [PATCH] Update frontend/src/index.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 35a0126..64b2c96 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -32,7 +32,7 @@ } .glassmorphism-rounded-full { - border-radius: 100000000px; + border-radius: 50%; border: 2px solid rgba(239, 239, 239, 0.60); background: linear-gradient(93deg, rgba(239, 239, 239, 0.06) 0%, rgba(239, 239, 239, 0.01) 100%); backdrop-filter: blur(27.5px);