Popravki za herosliko
Deploy to Production on Develop Push / deploy (push) Successful in 1m19s Details

This commit is contained in:
Mark Poljanšek 2025-09-09 14:26:42 +02:00
parent d9ed2a449f
commit d603ebf585
1 changed files with 2 additions and 2 deletions

View File

@ -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;