From 2bf369c02a44de498aff4ca8e3808fc6fa9947fc Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:55:31 +0530 Subject: [PATCH 1/2] Footer Icon working set --- src/Components/Footer.css | 7 ++++++- src/Components/MainRightBottomCard.js | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Components/Footer.css b/src/Components/Footer.css index f17647a7..0b7dae1e 100644 --- a/src/Components/Footer.css +++ b/src/Components/Footer.css @@ -41,7 +41,12 @@ .footer-section-title { color: white; font-weight: bold; - font-size: 24px; + font-size: 23px; +} + +.footer-section-title:hover { + color: #cf00a3; + font-size: 27px; } .footer-links { diff --git a/src/Components/MainRightBottomCard.js b/src/Components/MainRightBottomCard.js index e2d887bb..5bcb033a 100644 --- a/src/Components/MainRightBottomCard.js +++ b/src/Components/MainRightBottomCard.js @@ -8,7 +8,6 @@ function MainRightBottomCard() {

Top Contributor

View More - {TopSeller && TopSeller.map((seller) => (
From 24141a0f6516113cfe47abfd086a5de7b45f1686 Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:59:00 +0530 Subject: [PATCH 2/2] Footer Icons --- src/Components/CardMain.js | 3 --- src/Components/Login.css | 2 -- src/Components/TopContainer.js | 1 - 3 files changed, 6 deletions(-) diff --git a/src/Components/CardMain.js b/src/Components/CardMain.js index 18d14111..fe80d5d6 100644 --- a/src/Components/CardMain.js +++ b/src/Components/CardMain.js @@ -5,9 +5,7 @@ import { features } from "./projects"; function CardMain({ imgSrc, title, hearts }) { const [isVisible, setIsVisible] = useState(new Array(features.length).fill(false)); - let hideTimeout; - useEffect(() => { return () => { clearTimeout(hideTimeout); @@ -44,7 +42,6 @@ function CardMain({ imgSrc, title, hearts }) {
-

diff --git a/src/Components/Login.css b/src/Components/Login.css index 92627201..614e507c 100644 --- a/src/Components/Login.css +++ b/src/Components/Login.css @@ -213,8 +213,6 @@ form.sign-in-form { grid-template-columns: repeat(2, 1fr); } - - .container1:before { content: ""; position: absolute; diff --git a/src/Components/TopContainer.js b/src/Components/TopContainer.js index 7ca454e8..f6e62030 100644 --- a/src/Components/TopContainer.js +++ b/src/Components/TopContainer.js @@ -183,7 +183,6 @@ function TopContainer() {

)}
- Launch Your Journey