Skip to content

Commit 2b34f9e

Browse files
D-K-Pmatt-aitken
authored andcommitted
Centred content
1 parent ec8b42b commit 2b34f9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

product-image-generator/app/ProductImageGenerator.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default function ProductImageGenerator({
223223
uploadedImageUrl && productAnalysis ? true : false;
224224

225225
return (
226-
<div className="min-h-screen bg-gray-100/20">
226+
<div className="min-h-screen bg-gray-100/20 ">
227227
{/* Fixed Header */}
228228
<header className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
229229
<div className="container mx-auto px-4">
@@ -254,8 +254,8 @@ export default function ProductImageGenerator({
254254
</header>
255255

256256
{/* Main Content */}
257-
<main className="container mx-auto px-4 py-16">
258-
<div className="max-w-7xl">
257+
<main className="container px-4 py-16 w-full mx-auto ">
258+
<div className="max-w-7xl mx-auto w">
259259
{/* Page Title */}
260260
<div className="mb-8 flex justify-between items-end">
261261
<div>

0 commit comments

Comments
 (0)