Small fixes.

This commit is contained in:
2020-05-24 18:57:44 +02:00
parent bffa49d478
commit 2e11fe27f9
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -166,6 +166,7 @@ button, a.button {
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
animation: fade-in 0.2s ease-in-out;
-webkit-backface-visibility: hidden; /* Correct fixed positioning on mobile */
@keyframes fade-in {
from {

View File

@@ -68,7 +68,7 @@
</h1>
</div>
<div id="hero" class="hero" data-aos="fade-in" data-aos-delay="200">
<video src="/static/hero.mp4" autoplay loop muted />
<video src="/static/hero.mp4" autoplay loop muted playsinline />
</div>
</div>
</section>