From 759c654486f8d162c2856db108a3a258b15c410f Mon Sep 17 00:00:00 2001 From: Sa24miksha Date: Thu, 12 Oct 2023 18:47:32 +0530 Subject: [PATCH] fixed overlapping icon over text --- src/common/home/home.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/common/home/home.css b/src/common/home/home.css index cf75e5b61..2f4a1a20c 100644 --- a/src/common/home/home.css +++ b/src/common/home/home.css @@ -706,7 +706,7 @@ cursor: pointer; } .prime-sponsors-cta { - width: 18%; + width: 18rem; height: 5rem; background-color: rgba(var(--color-brand-primary-rgb), 1); padding: 1rem 1rem; @@ -728,9 +728,8 @@ .heart-handshake { opacity: 0; transition: all 0.2s ease-in-out; - position: absolute; - right: 15px; - bottom: 13px; + position: absolute; + left: 15.3rem; } } .prime-sponsors-cta:hover { @@ -738,7 +737,6 @@ .heart-handshake { opacity: 1; - margin-left: 1rem; } } }