We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a73dc commit 82dbdb2Copy full SHA for 82dbdb2
src/routes/home.tsx
@@ -77,8 +77,8 @@ function Component() {
77
play your matches in-game or simulate them, you choose!
78
</p>
79
</section>
80
- <section className="flex justify-center">
81
- <video muted loop playsInline onClick={toggleVideo}>
+ <section className="flex justify-center shadow-md shadow-black/50">
+ <video muted loop playsInline onClick={toggleVideo} className="my-0!">
82
<source src="/demo.mp4#t=0.1" type="video/mp4" />
83
</video>
84
<button
0 commit comments