Skip to content

Commit

Permalink
tweak: info sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcserv committed Nov 10, 2024
1 parent b0e7988 commit 1680181
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/routes/index.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ function Index() {
return (
<section className="p-2 md:p-4">
<div className="min-h-[80vh] w-full flex flex-col items-center">
<Alert className="w-full max-w-4xl bg-blue-400 dark:bg-blue-600 my-4 md:my-8">
<Alert className="w-1/2 max-w-4xl bg-blue-400 dark:bg-blue-600 my-4 md:my-8">
<Info className="h-4 w-4" />
<AlertTitle>Info</AlertTitle>
<AlertDescription className="space-y-1">
<p>Enter the cards you want to bling out, and we&apos;ll show you</p>
<p>all of the most expensive printings available for each card, as well as</p>
<p>the total cost.</p>
<p>
Enter the cards you want to bling out, and we&apos;ll show you all
of the most expensive printings available for each card, as well
as the total cost.
</p>
</AlertDescription>
</Alert>
<CartForm />
Expand All @@ -26,4 +28,4 @@ function Index() {
);
}

export default Index;
export default Index;

0 comments on commit 1680181

Please sign in to comment.