From f88524ff0e47c69e00c4e1e4391e2c7f7b0ec163 Mon Sep 17 00:00:00 2001 From: yousifpa98 Date: Sun, 22 Dec 2024 00:43:45 +0100 Subject: [PATCH] fixed projects img styling --- src/components/mainViews/Projects.jsx | 2 +- src/css/ProjectCard.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/mainViews/Projects.jsx b/src/components/mainViews/Projects.jsx index 3537642..517fdf7 100644 --- a/src/components/mainViews/Projects.jsx +++ b/src/components/mainViews/Projects.jsx @@ -52,7 +52,7 @@ const Projects = () => { id: 3, }, { - name: "strogaso", + name: "Strogaso", urls: { ghUrl: "https://github.com/yousifpa98/strogaso-react", liveUrl: "https://www.strogaso.de", diff --git a/src/css/ProjectCard.css b/src/css/ProjectCard.css index 593986e..20af850 100644 --- a/src/css/ProjectCard.css +++ b/src/css/ProjectCard.css @@ -50,7 +50,7 @@ .projectJob { color: rgb(151, 151, 151); - margin-bottom: 0.25rem; + margin-bottom: 0.5rem; } .socialIcon { @@ -61,7 +61,7 @@ } .socialIcon:hover { - fill: black; + fill: rgb(151, 151, 151); } .projectLinks {