Skip to content

Commit

Permalink
#76 style: px 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwanheejung committed Aug 15, 2024
1 parent 2a1dbc4 commit dbf1c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Step2Tooltip = () => {
className="-left-[130px] -translate-y-3/4"
/>
<Tooltip.Box
className="w-[260px] px-[18px] py-[20px]"
className="w-[260px] px-[18px] py-5"
trianglePos="-bottom-[0%] translate-y-[20%]"
>
<Tooltip.Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Tutorial = ({
top: targetRect.bottom + 5,
})
setLeftBox({
right: `calc(100% - ${targetRect.left}px + 2px)`,
right: `calc(100% - ${targetRect.left}px + 3px)`,
})
setRightBox({
left: targetRect.right + 3,
Expand Down

0 comments on commit dbf1c40

Please sign in to comment.