Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
47a717bcb1
commit
570edc509a
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue