From b722bc0cdf9f9c5b7ee51a8922d6b4054e9734e0 Mon Sep 17 00:00:00 2001 From: 1119wj <1119wj@naver.com> Date: Thu, 5 Dec 2024 22:30:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20info=20window=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EC=88=98=EC=A0=95=20#112?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #preview --- frontend/src/constants/map.ts | 2 +- frontend/src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/constants/map.ts b/frontend/src/constants/map.ts index 2f961188..71b33c3f 100644 --- a/frontend/src/constants/map.ts +++ b/frontend/src/constants/map.ts @@ -85,7 +85,7 @@ export const GOOGLE_ELEMENTS = { categoryCode: string, address: string, description: string, - ) => `
+ ) => `

${title}

${category ?? '장소'}

diff --git a/frontend/src/index.css b/frontend/src/index.css index c15095ed..bbffcec6 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -48,7 +48,7 @@ font-size: 0.875rem; font-weight: 500; text-align: center; - width: 30%; + width: 52px; } .pin {