Skip to content

Commit 00c4f37

Browse files
committed
style修正
1 parent 6e98fe0 commit 00c4f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/home/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function Home() {
101101
</motion.div>
102102
</div>
103103
)}
104-
<div className="button-container mt-4 mb-4 flex w-full space-x-8 justify-center">
104+
<div className="button-container mt-4 mb-4 flex w-full justify-center space-x-8">
105105
<RoundButton onclick={onClickCross} icon={<CloseIconStyled />} />
106106
<RoundButton
107107
onclick={onClickHeart}

0 commit comments

Comments
 (0)