fixed projects img styling

This commit is contained in:
yousifpa98
2024-12-22 00:43:45 +01:00
parent 667b40bbe4
commit f88524ff0e
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ const Projects = () => {
id: 3, id: 3,
}, },
{ {
name: "strogaso", name: "Strogaso",
urls: { urls: {
ghUrl: "https://github.com/yousifpa98/strogaso-react", ghUrl: "https://github.com/yousifpa98/strogaso-react",
liveUrl: "https://www.strogaso.de", liveUrl: "https://www.strogaso.de",

View File

@@ -50,7 +50,7 @@
.projectJob { .projectJob {
color: rgb(151, 151, 151); color: rgb(151, 151, 151);
margin-bottom: 0.25rem; margin-bottom: 0.5rem;
} }
.socialIcon { .socialIcon {
@@ -61,7 +61,7 @@
} }
.socialIcon:hover { .socialIcon:hover {
fill: black; fill: rgb(151, 151, 151);
} }
.projectLinks { .projectLinks {