From cdaf23c791e60e791049698535b5d3b3d66a7962 Mon Sep 17 00:00:00 2001 From: dutexion Date: Fri, 10 May 2024 08:24:14 +0900 Subject: [PATCH] style :: max-width --- src/pages/Team/deploy/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Team/deploy/index.tsx b/src/pages/Team/deploy/index.tsx index fa2c0c6..cd03106 100644 --- a/src/pages/Team/deploy/index.tsx +++ b/src/pages/Team/deploy/index.tsx @@ -97,6 +97,7 @@ const UtilContainer = styled.div` const DeployBoxContainer = styled.div` width: 100%; + max-width: 1120px; display: flex; flex-direction: column; gap: 14px;