From 52e62fc233ed6094c40e9c6b383853fa1360b010 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sun, 13 Apr 2025 18:43:16 +1000 Subject: [PATCH] Delete the hover scaling --- src/stills/templates/style.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/stills/templates/style.css b/src/stills/templates/style.css index 84663d8..ad3f63a 100644 --- a/src/stills/templates/style.css +++ b/src/stills/templates/style.css @@ -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;