fix: img style error

This commit is contained in:
radishzzz 2025-05-20 02:31:19 +01:00
parent 2f158eed60
commit 155202adeb

View file

@ -56,8 +56,11 @@
}
/* Images */
.heti :where(img) {
--at-apply: 'mx-auto cursor-zoom-in';
}
.heti :where(img:not(figure img)) {
--at-apply: 'my-6 mx-auto cursor-zoom-in';
--at-apply: 'my-6';
}
.heti :where(figure) {
--at-apply: 'mx-auto my-6';