diff --git a/templates/components/Home/Clients.html.twig b/templates/components/Home/Clients.html.twig index e6d541e..f55e8c8 100644 --- a/templates/components/Home/Clients.html.twig +++ b/templates/components/Home/Clients.html.twig @@ -29,7 +29,7 @@ width="{{ client.width }}" height="{{ client.height }}" loading="lazy" - class="{{ client.imgClass|default('max-h-8 sm:max-h-10') }} max-w-[80%] w-auto h-auto object-contain grayscale opacity-75 group-hover:grayscale-0 group-hover:opacity-100 transition duration-200" + class="{{ client.imgClass|default('max-h-8 sm:max-h-10') }} max-w-[80%] w-auto h-auto object-contain grayscale opacity-75 group-hover:grayscale-0 group-active:grayscale-0 group-hover:opacity-100 group-active:opacity-100 transition duration-200" > {% endfor %}