We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ae904 commit 49bc43eCopy full SHA for 49bc43e
app/(blog)/posts/[...slug]/post-content.tsx
@@ -45,7 +45,7 @@ export default function PostContent({
45
46
{/* 이전글/다음글 네비게이션 */}
47
<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">
+ <div className="flex justify-between items-center ">
49
{prevPost ? (
50
<motion.div
51
className="w-full sm:w-auto"
0 commit comments