mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 02:10:27 +00:00
Small fixes.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user