enlarge prose image on click and hold
This commit is contained in:
parent
5c16ec3440
commit
a410e4c0ee
1 changed files with 6 additions and 0 deletions
|
@ -22,3 +22,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.prose img {
|
||||
@apply transition-transform hover:scale-[98%] active:scale-[200%];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue