add back style for landing page video

This commit is contained in:
Anton Livaja 2025-03-17 20:48:18 -07:00
parent 287415aab0
commit 1c593d6870
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

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>