feat: img drop shadow on hover

This commit is contained in:
Artemy 2022-10-17 17:59:26 +03:00
parent 672da699f3
commit 4a260de4dd

View file

@ -62,6 +62,6 @@
} }
.md img { .md img {
@apply transition-transform w-96 ease-[cubic-bezier(.69,.58,.32,1.69)] hover:scale-105 rounded-2xl; @apply w-96 ease-[cubic-bezier(.69,.58,.32,1.69)] hover:scale-105 rounded-2xl hover:drop-shadow-2xl transition duration-500 lg:ml-5;
} }
} }