From 9eb6a9117bef001f10b6de9584d6f4a4dc083daa Mon Sep 17 00:00:00 2001 From: Shin Wonse <62709718+shinwonse@users.noreply.github.com> Date: Thu, 10 Aug 2023 22:51:54 +0900 Subject: [PATCH] =?UTF-8?q?style:=20margin=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AlcoholPreview/AlcoholPreview.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/features/alcohol/components/AlcoholPreview/AlcoholPreview.module.scss b/src/features/alcohol/components/AlcoholPreview/AlcoholPreview.module.scss index f4dcfd5..2af9602 100644 --- a/src/features/alcohol/components/AlcoholPreview/AlcoholPreview.module.scss +++ b/src/features/alcohol/components/AlcoholPreview/AlcoholPreview.module.scss @@ -25,12 +25,14 @@ .name { @include themes.typography('body14'); + margin-bottom: 2px; margin-right: 6px; } .brand { @include themes.typography('caption11'); + margin-bottom: 4px; color: themes.$grey300; }