Commit c19311c5 authored by 박상호's avatar 박상호 🎼
Browse files

Merge remote-tracking branch 'origin/ourMaster' into sangho

parents 4a644a64 458982e1
...@@ -226,7 +226,7 @@ function Payment({ match, location }) { ...@@ -226,7 +226,7 @@ function Payment({ match, location }) {
} }
return ( return (
<Container> <Container className="mb-5">
<h3 className="my-5 font-weight-bold text-center">주문/결제</h3> <h3 className="my-5 font-weight-bold text-center">주문/결제</h3>
<div> <div>
<h5 className="font-weight-bold py-3 border-top border-bottom text-center" style={{ background: '#F7F3F3' }}>주문자 정보</h5> <h5 className="font-weight-bold py-3 border-top border-bottom text-center" style={{ background: '#F7F3F3' }}>주문자 정보</h5>
......
...@@ -95,7 +95,7 @@ function ShoppingCart() { ...@@ -95,7 +95,7 @@ function ShoppingCart() {
} }
return ( return (
<Container className="justify-content-center"> <Container className="justify-content-center mb-5">
<h1 className="my-5 font-weight-bold text-center">장바구니</h1> <h1 className="my-5 font-weight-bold text-center">장바구니</h1>
<div> <div>
<h4 className="font-weight-bold py-3 border-top border-bottom text-center" style={{ background: '#F7F3F3' }}>주문상품정보</h4> <h4 className="font-weight-bold py-3 border-top border-bottom text-center" style={{ background: '#F7F3F3' }}>주문상품정보</h4>
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
"FREE" "FREE"
], ],
"colors": [ "colors": [
"undefined",
"beige" "beige"
], ],
"sub_category": [ "sub_category": [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment