shift thumbnail animation away from edge

This commit is contained in:
Andrew Bauer 2020-08-16 21:08:07 -05:00
parent 1a6154752a
commit 7fed6f9c29
1 changed files with 2 additions and 1 deletions

View File

@ -730,6 +730,7 @@ background-color:#485460;
}
.zoom:hover {
transform: scale(5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
transform-origin: 70% 50%;
transform: scale(5); /* (arbitray zoom value - Note if the zoom is too large, it will go outside of the viewport) */
}