Skip to content

Commit 92b8ee4

Browse files
committed
fix: 여백 통일
1 parent 22b8efa commit 92b8ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(pages)/mypage/components/sections/ScrapsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function ScrapsSection() {
128128
<div className="space-y-4">
129129
{/* 필터 드롭다운 섹션 */}
130130
<div className="w-full border-b border-line-100">
131-
<div className="mx-auto flex max-w-screen-xl items-center justify-between gap-2 py-4">
131+
<div className="mx-auto flex max-w-screen-xl items-center justify-between gap-2 px-6 py-4">
132132
<div className="flex items-center gap-2">
133133
<FilterDropdown
134134
options={filterPublicOptions.map((option) => option.label)}

0 commit comments

Comments
 (0)