enlarge prose image on click and hold (#23)

This commit is contained in:
Troy 2025-01-11 14:03:13 +00:00 committed by GitHub
parent 5c16ec3440
commit 7e121e1e57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,3 +22,9 @@
}
}
}
@layer components {
.prose img {
@apply transition-transform hover:scale-[98%] active:scale-[200%];
}
}