Skip to content

Commit

Permalink
Hover proyect card
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSaSo committed Jan 17, 2024
1 parent 8144c3e commit 35baaf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/project-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,16 @@
background-color: var(--white);
padding: var(--card-padding);
border-radius: 1rem;
box-shadow: 0 0.25rem 1.4375rem 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0.25rem 1.4375rem 0 rgba(0, 0, 0, 0.12);
width: var(--card-width);
min-height: var(--card-height);
/* antialised */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: 0.3s;
}
.project-card:hover{
box-shadow: 0 0.25rem 1.4375rem 0 rgba(0, 0, 0, 0.25);
}
.project-card .thumbnail img {
width: var(--card-image-width);
Expand Down

0 comments on commit 35baaf9

Please sign in to comment.