mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-21 19:36:22 +03:00
feat: img drop shadow on hover
This commit is contained in:
parent
672da699f3
commit
4a260de4dd
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@
|
|||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue