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="
|
<div style="
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
">
|
">
|
||||||
<img src="assets/SL6CV.jpg" id="main-image" style="
|
<img src="assets/SL6CV.jpg" style="
|
||||||
max-height: 100vh;
|
height: 100%;
|
||||||
max-width: 100vw;
|
width: 100%;
|
||||||
width: auto;
|
object-fit: contain;
|
||||||
height: auto;
|
|
||||||
transition: transform 0.3s ease;
|
|
||||||
">
|
">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue