diff --git a/client/src/component/ChargeBox.js b/client/src/component/ChargeBox.js index 8d4450ba3..f0a920050 100644 --- a/client/src/component/ChargeBox.js +++ b/client/src/component/ChargeBox.js @@ -11,11 +11,11 @@ import Payment from './Payment'; import axios from 'axios'; const ChargeBoxContainer = styled.div` - /* border: 3px solid black; */ + height: 250px; background-color: #f3f702; display: flex; flex-direction: column; - justify-content: center; + justify-content: space-around; align-items: center; padding: 10px; border-radius: 10px; @@ -36,6 +36,8 @@ const ChargeBoxContainer = styled.div` color: white; border-radius: 5px; } + > p.standard { + } `; const PayBox = styled.div` @@ -136,7 +138,9 @@ export default function ChargeBox() { ) } /> -
3000원 이상부터 가능합니다.
++ 3000원 이상부터 가능합니다. +
작성한 게시물이 없습니다.
+번호 | +|||
---|---|---|---|
번호 | 종류 | 상태 | 제목 | @@ -173,21 +211,7 @@ function MyPosts() { ))}