From 7bf8c3176d2b3b4e4c4eb3fe69154ee3d5beb036 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 14 Jan 2026 23:16:34 +0200 Subject: [PATCH] fix --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 3302405..cc7beca 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -98,7 +98,7 @@ --width-carousel-padding: calc((100vw - var(--width-content-width)) / 2 + 1px - var(--vw-1_5)); --width-carousel-padding-controls: calc((100vw - var(--width-content-width)) / 2 + 1px); --width-carousel-padding-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px - var(--vw-1_5)); -.image-block img:hover { +img:hover { filter: blur(5px); } --width-carousel-padding-controls-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px);