Skip to content

Commit 49bc43e

Browse files
committed
Style: 이전글 다음글 수직 정렬
1 parent c7ae904 commit 49bc43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(blog)/posts/[...slug]/post-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function PostContent({
4545

4646
{/* 이전글/다음글 네비게이션 */}
4747
<nav className="mt-8 sm:mt-10 pt-4 sm:pt-6 border-t">
48-
<div className="flex flex-col sm:flex-row justify-between items-start sm:items-center gap-4">
48+
<div className="flex justify-between items-center ">
4949
{prevPost ? (
5050
<motion.div
5151
className="w-full sm:w-auto"

0 commit comments

Comments
 (0)