Skip to content

Commit

Permalink
size
Browse files Browse the repository at this point in the history
width 100% TO 60%
  • Loading branch information
harshustle authored Dec 7, 2024
1 parent a4063a1 commit 6bcae7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/meyawo.css
Original file line number Diff line number Diff line change
Expand Up @@ -11192,7 +11192,7 @@ p {
}

.portfolio-card .portfolio-card-img {
width: 100%;
width: 60%;
}

.portfolio-card .portfolio-card-overlay {
Expand Down Expand Up @@ -11230,14 +11230,14 @@ p {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
width: 60%;
}

.portfolio-card:hover .portfolio-card-overlay {
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
width: 60%;
height: 60%;
border-radius: 0;
}

Expand Down

0 comments on commit 6bcae7c

Please sign in to comment.