Skip to content

Commit

Permalink
Style: 게시판 패딩, 정렬방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Oct 16, 2023
1 parent 34c2c5f commit 6e7091e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/community/[character_id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import CommunityHeader from '@/components/community/CommunityHeader';
const Board = () => (
<>
<SEO title="Community - Board" />
<CommunityHeader />
<section css={pageCSS}>
<CommunityHeader />
<PostList />
</section>
<BottomNavBar pageName="Community" />
Expand All @@ -21,7 +21,6 @@ const pageCSS = css`
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 0.5rem;
padding: 0.625rem;
`;

0 comments on commit 6e7091e

Please sign in to comment.