From 295d6177f1dba22eb4d5cbbb8cd5a98bedbbc8f1 Mon Sep 17 00:00:00 2001 From: chsua Date: Tue, 25 Jul 2023 19:50:42 +0900 Subject: [PATCH] =?UTF-8?q?design:=20(#123)=20=EA=B8=80=EC=9E=91=EC=84=B1?= =?UTF-8?q?=20=ED=8F=BC=20=EC=A4=91=EC=95=99=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/PostForm/style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/PostForm/style.ts b/frontend/src/components/PostForm/style.ts index 39d8f30d6..fb7368064 100644 --- a/frontend/src/components/PostForm/style.ts +++ b/frontend/src/components/PostForm/style.ts @@ -33,6 +33,7 @@ export const Wrapper = styled.div` display: flex; flex-direction: column; justify-content: start; + align-items: center; gap: 40px; position: relative;