From 29b9eb0460f9f5e78d17aa5f49a00ad7da3d5ed6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 24 Mar 2021 18:41:12 +0100 Subject: [PATCH] animate when hovering over record, not just image --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 930c987..7eda95c 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,7 @@ body { transform: translate(-05%, 0); margin-left: 50%; } -.itemlist .list img:hover { +.itemlist .list:hover img { animation-name: thumbscroll; animation-duration: 10s; animation-iteration-count: infinite; -- 2.39.2