Skip to content

Commit

Permalink
chore: max width
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 20, 2023
1 parent 5cbd768 commit 61f532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_hq_web/pages/home.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ defmodule AshHqWeb.Pages.Home do
<p class="italic text-sm max-w-[100px] text-center">Try our interactive tutorial with Livebook</p>
</div>
</div>
<div class="flex flex-col justify-center items-center mb-2 gap-4 w-full">
<div class="flex flex-col justify-center items-center mb-2 gap-4 w-full max-w-3xl">
<iframe
class="rounded-xl w-full aspect-video"
src="https://www.youtube.com/embed/c4iou77kOFc?si=gxPdzGng5cQTrr7P"
Expand Down

0 comments on commit 61f532e

Please sign in to comment.