From ba5db671453565c2974b2bbf6f3caf09f1526027 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Tue, 30 Sep 2025 01:40:13 +0000 Subject: [PATCH] Make the auction introduction screen use the entire screen width Modify the `Auctions.tsx` file to remove max-width and left/right padding from the main content area, allowing it to span the full screen width. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/yHCvWBg --- client/src/pages/Auctions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/Auctions.tsx b/client/src/pages/Auctions.tsx index 4e72a8b..74f1f12 100644 --- a/client/src/pages/Auctions.tsx +++ b/client/src/pages/Auctions.tsx @@ -416,7 +416,7 @@ export default function Auctions() { -
+
{/* Auction Explanation */}