Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
80b1d04715
commit
f6c651f1ae
|
@ -41,7 +41,7 @@ window.addEventListener('scroll', () => {
|
|||
opacity = Math.max(0, Math.min(1, opacity)); // begränsa mellan 0 och 1
|
||||
|
||||
// Tillämpa opacitet
|
||||
//header.style.opacity = opacity;
|
||||
header.style.opacity = opacity;
|
||||
sidebar.style.opacity = opacity;
|
||||
|
||||
// Hantera klickbarhet så man inte klickar på osynlig meny
|
||||
|
@ -62,7 +62,7 @@ window.addEventListener('scroll', () => {
|
|||
|
||||
<video autoplay loop muted playsinline
|
||||
style="position: absolute; top: 0; left: 0;
|
||||
height: 82vh; width: 100%;
|
||||
height: 95vh; width: 100%;
|
||||
object-fit: cover;
|
||||
filter: blur(10px) brightness(0.7);
|
||||
transform: scale(1.2); /* lite zoom för att dölja kanter */
|
||||
|
@ -74,7 +74,7 @@ window.addEventListener('scroll', () => {
|
|||
<video autoplay loop muted playsinline
|
||||
style="position: absolute; top: 0; left: 50%;
|
||||
transform: translate(-50%, -50px);
|
||||
height: 95vh;
|
||||
height: 100vh;
|
||||
object-fit: cover; z-index: -1;">
|
||||
<source src="../assets/Felix_i_Jannes_mast_2.webm" type="video/webm">
|
||||
Din webbläsare stödjer inte video.
|
||||
|
@ -89,7 +89,7 @@ window.addEventListener('scroll', () => {
|
|||
</button>
|
||||
|
||||
<!-- Mellanrum -->
|
||||
<div style="height: 100vh;"></div>
|
||||
<div style="height: 95vh;"></div>
|
||||
|
||||
<div id="main-content" class="ascii-wrapper">
|
||||
<pre><code><div align="center">
|
||||
|
|
Loading…
Reference in New Issue