Skip to content

Commit

Permalink
widened border for more space
Browse files Browse the repository at this point in the history
  • Loading branch information
vande012 committed Oct 25, 2024
1 parent cae78d7 commit b6d89a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Separator } from "@/components/ui/separator";
export default function ScraperPage() {
return (
<div className="min-h-screen bg-gradient-to-b from-gray-500 to-gray-300 py-8 px-4">
<div className="container mx-auto max-w-6xl">
<div className="container mx-auto max-w-9xl">
<Card className="bg-gray-300 shadow-xl">
<CardHeader className="pb-0">
<div className="flex flex-col md:flex-row items-center md:items-start">
Expand Down

0 comments on commit b6d89a0

Please sign in to comment.