From 5048c44de25fabdacb074d057644908f4c18bbdc Mon Sep 17 00:00:00 2001 From: Oussama Douhou Date: Tue, 13 Jan 2026 16:44:30 +0100 Subject: [PATCH] fix: Restore correct Tailwind CSS classes for layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed max-w-w160 → max-w-[640px] (was causing full-width issue) - Fixed mt-25 → mt-[100px] (mobile top margin for language buttons) --- client/src/pages/DeployPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/DeployPage.tsx b/client/src/pages/DeployPage.tsx index 973fd8d..e7e74aa 100644 --- a/client/src/pages/DeployPage.tsx +++ b/client/src/pages/DeployPage.tsx @@ -124,8 +124,8 @@ export default function DeployPage() { -
-
+
+