From 9ecf187cdabf95f37b4dcd9c4a9654aa52450678 Mon Sep 17 00:00:00 2001 From: Legitgoons Date: Thu, 23 May 2024 22:46:17 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Feed.scss=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/feed-main-list/ui/Feed.scss | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/widgets/feed-main-list/ui/Feed.scss b/src/widgets/feed-main-list/ui/Feed.scss index 836765a..939d385 100644 --- a/src/widgets/feed-main-list/ui/Feed.scss +++ b/src/widgets/feed-main-list/ui/Feed.scss @@ -27,7 +27,7 @@ .feed-footer { margin-top: 8px; - padding: 0 15px 0 20px; + padding: 0 15px 3px 15px; display: flex; justify-content: space-between; @@ -38,16 +38,14 @@ gap: 12px; .footer-count { - width: 38px; display: flex; - justify-content: space-between; align-items: center; - } - .count-text { - width: 15px; - text-align: left; - color: $gray6; + .count-text { + padding-left: 4px; + text-align: left; + color: $gray6; + } } }