Add profile images
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user