Skip to content

Commit

Permalink
design: content, image divider width 수정 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 authored Jun 27, 2024
1 parent d2ba2ec commit d62d30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/FeedDetail/FeedDetail.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ const FeedDetailPage = () => {
</HyperLinkText>
</Box>

<Divider color="bg1" height={8} />

{imageResponses.length > 0 && (
<>
<Divider color="l3" />
<Box padding="0 22px">
<Divider color="l3" />
</Box>
<Spacer size={22} />
<IdeaImageList imageResponses={imageResponses} />
<Spacer size={22} />
Expand Down

0 comments on commit d62d30f

Please sign in to comment.