Skip to content

Commit af48fa9

Browse files
committed
fix: 주문 완료 컨테이너 수정
1 parent ffa3172 commit af48fa9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/pages/cart/CartPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const CartPageContainer = styled.div`
1414
flex-direction: column;
1515
width: 100%;
1616
color: #111827;
17+
box-sizing: border-box;
1718
`;
1819

1920
const Section = styled.div`

src/pages/cart/OrderConfirmPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const OrderConfirmPageContainer = styled.div`
1717
max-width: 500px;
1818
margin: 0 auto;
1919
color: #111827;
20+
box-sizing: border-box;
2021
`;
2122

2223
const Section = styled.div`

src/pages/cart/OrderSuccessPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const OrderSuccessPageContainer = styled.div`
1111
margin: 0 auto;
1212
color: #111827;
1313
padding: 24px 16px;
14+
box-sizing: border-box;
1415
`;
1516

1617
const PrimaryBtn = styled.button`

0 commit comments

Comments
 (0)