Add profile images

This commit is contained in:
Danny
2026-06-07 18:27:53 +01:00
parent 9c5d1ab2cd
commit a7fd6d145d
7 changed files with 13 additions and 5 deletions
+8
View File
@@ -715,6 +715,14 @@ ul { list-style: none; }
transition: transform 0.4s ease;
}
.project-row:hover .project-img-placeholder { transform: scale(1.08); }
.project-row-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.project-row:hover .project-row-img img { transform: scale(1.08); }
/* Info */
.project-row-info {