style: fix first featured post styles

This commit is contained in:
jinhojang6 2024-03-29 02:29:48 +09:00
parent 0a35d21385
commit 21bd780185
1 changed files with 4 additions and 0 deletions

View File

@ -326,6 +326,10 @@ const ShowMoreTagsButton = styled.div`
const FeaturedFirst = styled.div`
${(props) => lsdUtils.breakpoint(props.theme, 'sm', 'up')} {
.post-card {
gap: 0 var(--lsd-spacing-16) !important;
}
.show-details {
margin-top: var(--lsd-spacing-32) !important;
}