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 {