From 6d002358ad6c4b5182dc46e8fedd53af40dc6cce Mon Sep 17 00:00:00 2001 From: SumitthThota Date: Fri, 18 Oct 2024 15:09:00 +0530 Subject: [PATCH] Successfully youtube icon got responsive with hover and removed twitter icon duplicates --- aboutus.html | 1 - style.css | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aboutus.html b/aboutus.html index a37f3103..e14b7aa0 100644 --- a/aboutus.html +++ b/aboutus.html @@ -256,7 +256,6 @@

Collect your GamingTools

- diff --git a/style.css b/style.css index 8890a47c..83f7ea5e 100644 --- a/style.css +++ b/style.css @@ -819,6 +819,8 @@ button { line-height: 40px; border-radius: 50%; color: #d3d3d3; + position :relative; + z-index: 1; transition: all 0.3s ease, transform 0.3s ease, background 0.3s ease; }