From 009fbfc0cfa26d225da297de95f51ef95fc6535b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=B1=EC=A3=BC?= Date: Sat, 2 Aug 2025 23:37:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B1=97=EB=B4=87=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index 26ad5ee..240dece 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -13,6 +13,16 @@ --background-end-rgb: 255, 255, 255; } +#chtl-open-chat-icon { + margin-bottom: 68px; +} + +@media screen and (min-width: 768px) { + #chtl-open-chat-icon { + margin-bottom: 0; + } +} + @layer base { * { @apply border-border;