mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20: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);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
animation: fade-in 0.2s ease-in-out;
|
animation: fade-in 0.2s ease-in-out;
|
||||||
|
-webkit-backface-visibility: hidden; /* Correct fixed positioning on mobile */
|
||||||
|
|
||||||
@keyframes fade-in {
|
@keyframes fade-in {
|
||||||
from {
|
from {
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" class="hero" data-aos="fade-in" data-aos-delay="200">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user