Skip to content

Commit 36f00fa

Browse files
committed
design: 포스트 스타일링 깨짐 수정
1 parent 14ca85c commit 36f00fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/post/post-detail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const PostDetail = ({
3232
return (
3333
<div className="flex gap-10">
3434
<motion.div
35-
className="flex w-full flex-1 justify-center py-10 pr-[280px] md:pr-4"
35+
className="flex w-full flex-1 justify-center py-10 pr-[300px] max-[1600px]:pr-4 max-[1024px]:pr-0"
3636
initial={{ opacity: 0, y: 20 }}
3737
animate={{ opacity: 1, y: 0 }}
3838
exit={{ opacity: 0, y: 20 }}

0 commit comments

Comments
 (0)