From 0f9db676355cd3f668f0bcd7660a5e6ac36b340f Mon Sep 17 00:00:00 2001 From: damedotblog Date: Thu, 20 Feb 2025 01:32:20 -0500 Subject: [PATCH] fix styles --- src/components/Home/Home.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Home/Home.css b/src/components/Home/Home.css index 2acebf7..756d1a0 100644 --- a/src/components/Home/Home.css +++ b/src/components/Home/Home.css @@ -24,8 +24,9 @@ transition: background-color 0.3s ease, border-color 0.3s ease; } - .home-content .circular-badge{ - margin-left: -7.5px; + .home-content .circular-badge { + margin-left: 0px; + margin-right: 0px; } .home-context-text { -- 2.51.2