From 6281fd1e97e5669263ead88f898837d8e44f8a48 Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Fri, 19 Jan 2024 03:55:45 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EA=B0=84=EA=B2=A9=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=883?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Splash/component/Body/Body.style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Splash/component/Body/Body.style.ts b/src/Splash/component/Body/Body.style.ts index 5bc9e6d1..5682a72a 100644 --- a/src/Splash/component/Body/Body.style.ts +++ b/src/Splash/component/Body/Body.style.ts @@ -2,7 +2,7 @@ import styled from '@emotion/styled'; export const BodyWrapper = styled.section` display: flex; - gap: 0.5rem; + gap: 0.3rem; justify-content: center; flex-direction: column;