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/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/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/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() {