mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +02:00
fix: img style error
This commit is contained in:
parent
2f158eed60
commit
155202adeb
1 changed files with 4 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue