Skip to content

Commit

Permalink
Merge pull request #678 from Akhilesh-max/blog-hover
Browse files Browse the repository at this point in the history
This PR introduces a hover effect for the two blogs featured on the caMicroscope landing page.
  • Loading branch information
birm authored Mar 14, 2024
2 parents 29bb85c + 9a50cd0 commit 8c168a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/landing/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2429,6 +2429,12 @@
display: -webkit-flex;
display: -ms-flex;
display: flex;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.posts .post:hover {
background-color: #f0f0f0;
transform: translateY(-10px);
}

.posts .post .image {
Expand Down

0 comments on commit 8c168a5

Please sign in to comment.