Made opacity of `.feature-image` smoothly transition (#37)

This commit is contained in:
Beau 2023-12-26 16:19:07 +00:00 committed by GitHub
parent c569bb8f8a
commit c623e63ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@
display: flex;
align-items: center;
justify-content: center;
transition: opacity 180ms ease-in-out;
._wrapper:hover & {
opacity: 1;