Skip to content

Commit

Permalink
feat: update styling for video element
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Nov 16, 2023
1 parent 08bdf12 commit 9290687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ export default async function Home() {
</h1>
<SignInForm session={session} submitLabel="Host Game" type="HOME" />
</div>
<div className="group relative">
<div className="group relative w-full">
<Friend className="absolute right-8 w-32 transform transition group-focus-within:-translate-y-16 group-hover:-translate-y-16" />
<video
src="/artificial-unintelligence-promo.mp4"
controls
autoPlay
muted
playsInline
className="relative aspect-video w-full max-w-md rounded-2xl shadow-2xl shadow-indigo-500 lg:max-w-full"
className="relative aspect-video w-full max-w-md rounded-2xl bg-black shadow-2xl shadow-indigo-500 lg:max-w-full"
/>
</div>
</section>
Expand Down

0 comments on commit 9290687

Please sign in to comment.