There was an error while loading. Please reload this page.
1 parent 4d0e74b commit 9f8ae60Copy full SHA for 9f8ae60
public/index.php
@@ -80,15 +80,16 @@
80
<div style="display: flex; flex-direction: column; align-items: center; width: 100%;">
81
82
<!-- Promo video -->
83
-<div class="promo-video-container" style="width: 100%; display: flex; justify-content: center;">
+<div class="promo-video-container"
84
+ style="width:100%; max-width:700px; margin:0 auto; display:flex; justify-content:center;">
85
<video
86
id="promo-video"
87
muted
88
loop
89
playsinline
90
preload="metadata"
91
class="promo-video"
- style="width: 100%; max-width: 1000px; height: auto; cursor: pointer;"
92
+ style="width:100%; height:auto; cursor:pointer;">
93
>
94
<source src="videos/ppdemo-2.mov" type="video/mp4" />
95
Your browser does not support the video tag.
0 commit comments