docs: landing improvements (#695)

This commit is contained in:
KinfeMichael Tariku
2024-11-29 08:30:21 +03:00
committed by GitHub
parent f833373dee
commit 492cda1474
6 changed files with 25 additions and 19 deletions

View File

@@ -292,7 +292,7 @@ export function Builder() {
)}
</div>
</ScrollArea>
<ScrollArea className="w-5/12 flex-grow">
<ScrollArea className="w-[45%] flex-grow">
<div className="h-[580px]">
{currentStep === 0 ? (
<Card className="rounded-none flex-grow h-full">
@@ -540,14 +540,14 @@ export function Builder() {
</CardContent>
</Card>
) : (
<Card className="rounded-none flex-grow h-full overflow-scroll">
<Card className="rounded-none w-full overflow-y-hidden h-full overflow-auto">
<CardHeader>
<div className="flex flex-col items-start">
<div className="flex flex-col -mb-2 items-start">
<CardTitle>Code</CardTitle>
</div>
</CardHeader>
<CardContent>
<div>
<div className="flex gap-2 items-baseline">
<p>
Copy the code below and paste it in your application to
get started.