Skip to content

Commit

Permalink
design: WorkationCard 컴포넌트 margin 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
maylh committed Aug 16, 2024
1 parent ad6e1e5 commit 1ecde51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/user/mypage/UserWktCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const WorkationCard = ({
applyStatusType === 'VISITED' && reviewId !== null;

return (
<div className="flex w-full flex-col gap-4 p-4 xl:flex-row xl:justify-between">
<div className="mb-10 flex w-full flex-col gap-4 p-4 xl:flex-row xl:justify-between">
<div className="flex items-end gap-x-8">
<Image
width={402}
Expand Down

0 comments on commit 1ecde51

Please sign in to comment.