Skip to content

Commit

Permalink
chore: center IframePage within the builder component
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Dec 21, 2024
1 parent 0fb882a commit 23970ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/(main)/builder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ export function Builder() {
<div className="flex sm:hidden flex-col gap-3">{inputDom}</div>
{repos.length > 0 && (
<>
<IframePage />
<div className="flex justify-center">
<IframePage />
</div>
<Card>
<CardBody>
<div className="flex font-mono justify-between items-center break-all">
Expand Down

0 comments on commit 23970ed

Please sign in to comment.