From 176c9f35e8c84b537079ff512732f0da5d691f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Tue, 27 May 2025 16:46:00 +0900 Subject: [PATCH] =?UTF-8?q?1:1=EB=AC=B8=EC=9D=98=20=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EA=B0=84=EA=B2=A9=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/community/oneononeinquiry/page.jsx | 2 +- src/styles/_submodal.scss | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/community/oneononeinquiry/page.jsx b/src/app/community/oneononeinquiry/page.jsx index 730a164..101ce99 100644 --- a/src/app/community/oneononeinquiry/page.jsx +++ b/src/app/community/oneononeinquiry/page.jsx @@ -44,7 +44,7 @@ export default function OneOnOneInquiryPage(){ {/* 1:1문의 등록 */} {/* */} - {/* */} + ) } \ No newline at end of file diff --git a/src/styles/_submodal.scss b/src/styles/_submodal.scss index fc40e48..c6897cd 100644 --- a/src/styles/_submodal.scss +++ b/src/styles/_submodal.scss @@ -447,10 +447,11 @@ border-top: none; .community_detail-file-wrap{ padding-top: 0; + margin-bottom: 24px; } .community_detail-inner{ max-height: 110px; - margin-top: 24px; + margin-top: 0; margin-bottom: 0; } } @@ -461,12 +462,14 @@ border: 1px solid #101010; .community_detail-inner{ max-height: 110px; - + margin-top: 20px; + margin-bottom: 0; } .community_detail-file-wrap{ border-top: 1px solid #D4DCE7; padding: 16px 0 0 0; border-bottom: none; + margin-top: 20px; } }