From a9c81b6db7da2e52698b516a2f1a550867d80ef4 Mon Sep 17 00:00:00 2001 From: novice0840 Date: Thu, 24 Oct 2024 18:12:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=B0=A9?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EA=B9=A8=EC=A7=90=20=ED=95=B4=EA=B2=B0=20?= =?UTF-8?q?#375?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/RoomSetting/RoomSetting.styled.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/RoomSetting/RoomSetting.styled.ts b/frontend/src/components/RoomSetting/RoomSetting.styled.ts index fc6e4744..452419e7 100644 --- a/frontend/src/components/RoomSetting/RoomSetting.styled.ts +++ b/frontend/src/components/RoomSetting/RoomSetting.styled.ts @@ -6,7 +6,7 @@ import getBorderRadius from '@/styles/utils/getBorderRadius'; export const roomSettingLayout = css` display: flex; flex-direction: column; - justify-content: space-evenly; + justify-content: space-between; align-items: center; width: 100%; height: 10rem; @@ -38,7 +38,7 @@ export const roomSettingKey = css` export const roomSettingKeyBox = css` display: flex; justify-content: space-between; - width: 50rem; + width: 80%; font-weight: 600; `; @@ -47,5 +47,5 @@ export const roomSettingValueBox = css` display: flex; justify-content: space-between; align-items: center; - width: 50rem; + width: 80%; `;