Fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-05-09 20:00:30 +00:00
parent 47a717bcb1
commit 570edc509a
1 changed files with 6 additions and 8 deletions

View File

@ -90,24 +90,22 @@ window.addEventListener('scroll', () => {
">
-->
<!-- Förgrundsbild med responsiv skalning -->
<div style="
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
align-items: center;
z-index: -1;
">
<img src="assets/SL6CV.jpg" id="main-image" style="
max-height: 100vh;
max-width: 100vw;
width: auto;
height: auto;
transition: transform 0.3s ease;
<img src="assets/SL6CV.jpg" style="
height: 100%;
width: 100%;
object-fit: contain;
">
</div>