Delete the hover scaling

This commit is contained in:
Alexander Wainwright
2025-04-13 18:43:16 +10:00
parent f2c39bd323
commit 52e62fc233

View File

@@ -62,16 +62,6 @@ body {
width: auto;
}
.gallery img:hover {
transform: scale(1.2);
}
.gallery img[src],
.content img[src] {
opacity: 1;
transform: scale(1);
}
.gallery a,
.content a {
font-size: 0;