From 0bdeec230aa7032074879b21e6ef0d8ed26ad45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=98=9C=EC=A4=80?= Date: Tue, 18 Jul 2023 16:52:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=AC=EC=A7=84=20=EB=94=94=EC=9E=90?= =?UTF-8?q?=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/TextEditor/AddImage/AddImage.module.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/editor/TextEditor/AddImage/AddImage.module.scss b/src/components/editor/TextEditor/AddImage/AddImage.module.scss index 0a5fa35e..8a058bc3 100644 --- a/src/components/editor/TextEditor/AddImage/AddImage.module.scss +++ b/src/components/editor/TextEditor/AddImage/AddImage.module.scss @@ -3,13 +3,13 @@ .container { display: flex; width: 320px; - margin: 14px 16px; white-space: nowrap; overflow-x: scroll; + margin-left: 25px; &__item { display: flex; - margin: 0 2px; + margin: 14px 3px 0; position: relative; } @@ -48,7 +48,7 @@ color: #222222; z-index: 1; - @include media.media-breakpoint-down(mobile){ + @include media.media-breakpoint-down(mobile) { width: 355px; height: 340px; } @@ -61,10 +61,10 @@ color: #222222; z-index: 1; - @include media.media-breakpoint-down(mobile){ + @include media.media-breakpoint-down(mobile) { width: 355px; height: 260px; - } + } } }