Commit 458982e1 authored by Kim, Subin's avatar Kim, Subin
Browse files

margin

parent 764c352c
......@@ -226,7 +226,7 @@ function Payment({ match, location }) {
}
return (
<Container>
<Container className="mb-5">
<h3 className="my-5 font-weight-bold text-center">주문/결제</h3>
<div>
<h5 className="font-weight-bold py-3 border-top border-bottom text-center" style={{ background: '#F7F3F3' }}>주문자 정보</h5>
......
......@@ -95,7 +95,7 @@ function ShoppingCart() {
}
return (
<Container className="justify-content-center">
<Container className="justify-content-center mb-5">
<h1 className="my-5 font-weight-bold text-center">장바구니</h1>
<div>
<h4 className="font-weight-bold py-3 border-top border-bottom text-center" style={{ background: '#F7F3F3' }}>주문상품정보</h4>
......
......@@ -7,7 +7,6 @@
"FREE"
],
"colors": [
"undefined",
"beige"
],
"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