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

This commit is contained in:
Joakim Svensson 2025-05-11 18:37:51 +00:00
parent a9d3a9359c
commit bbd115c1d2
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ window.addEventListener('scroll', () => {
} }
}); });
</script> </script>
<!--
<script> <script>
window.addEventListener("scroll", () => { window.addEventListener("scroll", () => {
const content = document.getElementById("main-content"); const content = document.getElementById("main-content");
@ -60,6 +60,8 @@ window.addEventListener('scroll', () => {
}); });
</script> </script>
-->
<video autoplay loop muted playsinline <video autoplay loop muted playsinline
style="position: absolute; top: 0; left: 0; style="position: absolute; top: 0; left: 0;
height: 92vh; width: 100%; height: 92vh; width: 100%;