Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a9ddbbbc03
commit
c6ccc19db7
|
@ -61,7 +61,7 @@ window.addEventListener('scroll', () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<video autoplay loop muted playsinline
|
<video autoplay loop muted playsinline
|
||||||
style="position: absolute; left: 0;
|
style="position: absolute; top: 0; left: 0;
|
||||||
height: 92vh; width: 100%;
|
height: 92vh; width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
filter: blur(10px) brightness(0.7);
|
filter: blur(10px) brightness(0.7);
|
||||||
|
@ -72,7 +72,7 @@ window.addEventListener('scroll', () => {
|
||||||
|
|
||||||
|
|
||||||
<video autoplay loop muted playsinline
|
<video autoplay loop muted playsinline
|
||||||
style="position: absolute; left: 50%;
|
style="position: absolute; top: 0; left: 50%;
|
||||||
transform: translate(-50%, -50px);
|
transform: translate(-50%, -50px);
|
||||||
height: 105vh;
|
height: 105vh;
|
||||||
object-fit: cover; z-index: -1;">
|
object-fit: cover; z-index: -1;">
|
||||||
|
|
Loading…
Reference in New Issue