Skip to content

Commit

Permalink
feat(about): pb 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed Dec 23, 2024
1 parent 51f8ab8 commit d2402d5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/features/about/work/card/content/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@ const CompanyContentProject: FunctionComponent<CompanyContentProjectProps> = (
})();

return (
<div className="mb-4 pr-1 pl-[0.7rem] pb-3 border-dark border-l-[0.24rem] border-b-[0.01rem] border-b-dotted print:border-black">
<div
className={classNames(
'mb-4 pr-1 pl-[0.7rem] border-dark border-l-[0.24rem] border-b-[0.01rem] border-b-dotted print:border-black',
{ 'pb-4': open },
)}
>
<div
className="flex flex-col cursor-pointer select-none group duration-300 hover:text-highlight"
className="flex flex-col duration-300 cursor-pointer select-none group hover:text-highlight"
onClick={handleDetailClick}
>
<div className="flex items-center justify-between w-full">
Expand Down

0 comments on commit d2402d5

Please sign in to comment.