diff --git a/src/components/Buyer/BuyerCounselorProfile/CounselorInfo.tsx b/src/components/Buyer/BuyerCounselorProfile/CounselorInfo.tsx index 888f47e3..bb5f0a3a 100644 --- a/src/components/Buyer/BuyerCounselorProfile/CounselorInfo.tsx +++ b/src/components/Buyer/BuyerCounselorProfile/CounselorInfo.tsx @@ -72,7 +72,7 @@ export const CounselorInfo = ({
- 상담료 + 상담 금액
{letterPrice !== undefined ? ( @@ -98,14 +98,14 @@ const Wrapper = styled.div` border-bottom: 1px solid ${Grey6}; .row1 { display: flex; - gap: 6.8rem; + gap: 6rem; } .row2 { display: flex; - gap: 6.8rem; + gap: 6rem; } .row3 { display: flex; - gap: 6.8rem; + gap: 6rem; } `;