From d603ebf585ca198f7d44276743bec689f994b51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Poljan=C5=A1ek?= Date: Tue, 9 Sep 2025 14:26:42 +0200 Subject: [PATCH] Popravki za herosliko --- css/pages/_home.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/pages/_home.css b/css/pages/_home.css index 91d78de..4bc2e7d 100644 --- a/css/pages/_home.css +++ b/css/pages/_home.css @@ -34,7 +34,7 @@ width: 100%; height: 100%; z-index: 1; - background: url('../../images/HeroSection-img1.JPG') no-repeat center center/cover; + background: url('../../images/HeroSection-img1.webp') no-repeat center center/cover; /* POPRAVLJENO */ filter: blur(2px); } @@ -607,7 +607,7 @@ align-items: flex-start; } .hero-background { - background: url('../../images/HeroSection-img1.JPG') no-repeat center center/cover; + background: url('../../images/HeroSection-img1.webp') no-repeat center center/cover; /* POPRAVLJENO */ } .hero-content { padding: 64px 24px;