Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4d87269f5b
commit
c7847e1766
|
@ -74,7 +74,7 @@ window.addEventListener('scroll', () => {
|
|||
<video autoplay loop muted playsinline
|
||||
style="position: absolute; left: 50%;
|
||||
transform: translate(-50%, -50px);
|
||||
height: 90vh;
|
||||
height: 100vh;
|
||||
object-fit: cover; z-index: -1;">
|
||||
<source src="assets/drone.webm" type="video/webm">
|
||||
Din webbläsare stödjer inte video.
|
||||
|
@ -89,7 +89,7 @@ window.addEventListener('scroll', () => {
|
|||
</button>
|
||||
|
||||
<!-- Mellanrum -->
|
||||
<div style="height: 90vh;"></div>
|
||||
<div style="height: 100vh;"></div>
|
||||
|
||||
<div id="main-content" class="ascii-wrapper">
|
||||
<pre><code><div align="center">
|
||||
|
|
Loading…
Reference in New Issue