Skip to content

Commit

Permalink
Limit video max width
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhn committed Dec 6, 2024
1 parent 43c070f commit ad334e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function ExplainerVideo({ lang }: DefaultParams) {
</Typography>
))}
</Typography>
<div className="mx-auto mt-16 aspect-video w-96 md:mt-24 md:w-[32rem]">
<div className="mx-auto mt-16 aspect-video w-96 max-w-full md:mt-24 md:w-[32rem]">
<VimeoVideo videoId={Number(translator.t('id.video-02'))} />
</div>
</BaseContainer>
Expand Down

0 comments on commit ad334e4

Please sign in to comment.