enlarge prose image on click and hold (#23)
This commit is contained in:
parent
5c16ec3440
commit
7e121e1e57
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