Skip to content

Commit

Permalink
style: 베스트 게시물 목록 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
heonq committed Dec 7, 2024
1 parent 9f03bc5 commit 03da8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/community/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Page({ searchParams }: { searchParams: SearchParams }) {
<span className='text-[18px] md:text-[24px] xl:text-[24px] font-extrabold mb-4 md:mb-6 xl:mb-6'>
베스트 게시글
</span>
<div className='flex gap-6 mb-10 overflow-auto'>
<div className='flex gap-6 mb-10'>
<BestArticleListSection />
</div>
<div className='w-full flex justify-between items-center mb-4 md:mb-12 xl:mb-6'>
Expand Down

0 comments on commit 03da8ea

Please sign in to comment.