From 5ced5dba74b402aa11bc1fcd91b75fe1ee8b5f36 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 28 Mar 2024 03:21:09 +0900 Subject: [PATCH] fix: fix bug with breakpoints --- src/containers/HomePage/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/HomePage/HomePage.tsx b/src/containers/HomePage/HomePage.tsx index 288d76a..598de43 100644 --- a/src/containers/HomePage/HomePage.tsx +++ b/src/containers/HomePage/HomePage.tsx @@ -320,9 +320,9 @@ const ShowMoreTagsButton = styled.div` ` const FeaturedFirst = styled.div` - ${(props) => lsdUtils.breakpoint(props.theme, 'xs', 'up')} { + ${(props) => lsdUtils.breakpoint(props.theme, 'sm', 'up')} { .show-details { - margin-top: var(--lsd-spacing-32); + margin-top: var(--lsd-spacing-32) !important; } } `