css img zoom

This commit is contained in:
2024-03-01 23:12:45 +01:00
parent 7bcbe078fc
commit c5f6316ce5
2 changed files with 11 additions and 0 deletions

View File

@@ -110,6 +110,13 @@
height: auto;
}
}
#paragraph-id--9{
img{
width: -moz-available;
height: auto;
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in;
}
}
}
}
}