Skip to content

Commit 2d2edc2

Browse files
committed
fix: 후기 작성 320 레이아웃 수정
1 parent 392430d commit 2d2edc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/work/review/reviewWrite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const reviewWrite = () => {
190190
>
191191
<div className="flex flex-row content-div">
192192
{/* 작품 내용 */}
193-
<div className={`flex flex-col info content-img`}>
193+
<div className={`flex flex-col info `}>
194194
<img
195195
src={thumbnail ? thumbnail : defaultThumbnail}
196196
className="content-img border border-[var(--grey3)] box-border rounded-[20px] object-cover aspect-square "

0 commit comments

Comments
 (0)