WIP: big redesign #15

Manually merged
anton merged 40 commits from feat/refactor into main 2025-03-19 16:39:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1c593d6870 - Show all commits

View File

@ -6,7 +6,7 @@
<div class="container">
<main>
<div class="video-background-container">
<video autoplay muted loop playsinline class="video-background">
<video autoplay muted loop playsinline style="left: 85%; width: 200px !important" class="video-background">
<source src="assets/videos/landing-globe.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<source src="assets/videos/landing-globe.webm" type='video/webm; codecs="vp8, vorbis"' />
</video>