Skip to content

Commit

Permalink
Merge pull request #204 from Meetfolio-Project-CodeZ-Team/develop
Browse files Browse the repository at this point in the history
merge to main
  • Loading branch information
NAKDO authored May 25, 2024
2 parents cf5ea41 + 999894c commit ea5c91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/mypage/MyCovletCardDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ const MyCovletCardDetail = ({

} else if (!hasFeedback && !hasAnalysis) {
return (
<div className="w-full h-[1000px] relative">
<div className="w-full h-[1000px] left-0 top-0 absolute">
<div className="w-full h-[800px] relative">
<div className="w-full h-[800px] left-0 top-0 absolute">
<div className="w-full h-full left-0 top-0 absolute bg-white " />
<div className="w-[1090px] h-[440px] left-[60px] top-[180px] absolute border-2 border-gray-300 rounded-[15px] ">
<div
Expand Down

0 comments on commit ea5c91f

Please sign in to comment.