enlarge prose image on click and hold

This commit is contained in:
Troy 2025-01-11 14:01:36 +00:00
parent 5c16ec3440
commit a410e4c0ee
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

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