Skip to content

Commit 688b12c

Browse files
committed
fix: correct aspect ratio
1 parent 10e0220 commit 688b12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/marketing-app/src/app/(app)

apps/marketing-app/src/app/(app)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default async function Page(props: {
135135

136136
<video
137137
src="https://cdn.asyncstatus.com/BigBoss_5.mp4"
138-
className="border-border mt-36 w-full rounded-lg border max-sm:mt-16"
138+
className="border-border mt-36 w-full rounded-lg border max-sm:mt-16 aspect-[12/5]"
139139
autoPlay
140140
loop
141141
muted

0 commit comments

Comments
 (0)