Skip to content

Commit ffe89d6

Browse files
committed
addMemo_fixPhoneNumber_fixOrderButton
1 parent fa1af1f commit ffe89d6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/App.css

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
padding: 10px 10px;
1313
cursor: pointer;
1414
justify-content: flex-end;
15+
margin: 0 auto;
1516
}
1617

1718
.realDew{
@@ -106,6 +107,7 @@
106107
border : solid 2px;
107108
background-color: #FFEAD4;
108109
}
110+
109111
.h1{
110112
color: black;
111113
text-align: center;

src/App.js

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import InputMemo from './pop_up/InputMemo'
1515

1616
const databaseURL = "https://givemesoju-d9d80-default-rtdb.asia-southeast1.firebasedatabase.app"
1717

18+
1819
class App extends Component {
1920
constructor() {
2021
super();
@@ -96,6 +97,7 @@ class App extends Component {
9697
handlePhone_numberData = (newData) => {
9798
this.state.phone_number = newData;
9899
}
100+
99101

100102
render() {
101103
return (
@@ -105,7 +107,9 @@ class App extends Component {
105107
</div>
106108
<div className="Main1">
107109
<div>
110+
<div className='div9'>
108111
<button className="button1" onClick={this.openModal} >주문하기</button>
112+
</div>
109113
</div>
110114
<Router>
111115
<MainComponent />

0 commit comments

Comments
 (0)