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