Skip to content

Commit 82dbdb2

Browse files
committed
fix: add shadow to video
1 parent e6a73dc commit 82dbdb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ function Component() {
7777
play your matches in-game or simulate them, you choose!
7878
</p>
7979
</section>
80-
<section className="flex justify-center">
81-
<video muted loop playsInline onClick={toggleVideo}>
80+
<section className="flex justify-center shadow-md shadow-black/50">
81+
<video muted loop playsInline onClick={toggleVideo} className="my-0!">
8282
<source src="/demo.mp4#t=0.1" type="video/mp4" />
8383
</video>
8484
<button

0 commit comments

Comments
 (0)