fixed projects img styling
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user