From ffdc896d33c760004242dbac896b2ae8c5b26529 Mon Sep 17 00:00:00 2001 From: Oussama Douhou Date: Tue, 13 Jan 2026 16:49:47 +0100 Subject: [PATCH] fix: Use standard Tailwind classes instead of arbitrary values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - max-w-[640px] → max-w-2xl (672px) - mt-[100px] → mt-24 (96px) Standard classes are more performant in Tailwind v4 --- 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 e7e74aa..6a8dc50 100644 --- a/client/src/pages/DeployPage.tsx +++ b/client/src/pages/DeployPage.tsx @@ -124,8 +124,8 @@ export default function DeployPage() { -
-
+
+