Skip to content

Commit

Permalink
fix: 새소식 목록 양옆 마진 수정 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limchansol authored Mar 11, 2024
1 parent e669a89 commit 8b734dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/community/news/NewsPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function NewsPageContent({
initKeyword={keyword ?? ''}
setSearchParams={setSearchParams}
/>
<div className="mb-8 mt-10 flex flex-col gap-5 sm:mx-2.5">
<div className="mb-8 mt-10 flex flex-col gap-5 sm:mx-10">
{searchList.length === 0 ? (
<NoSearchResult />
) : (
Expand Down

0 comments on commit 8b734dc

Please sign in to comment.