File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 12
12
padding : 10px 10px ;
13
13
cursor : pointer;
14
14
justify-content : flex-end;
15
+ margin : 0 auto;
15
16
}
16
17
17
18
.realDew {
106
107
border : solid 2px ;
107
108
background-color : # FFEAD4 ;
108
109
}
110
+
109
111
.h1 {
110
112
color : black;
111
113
text-align : center;
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import InputMemo from './pop_up/InputMemo'
15
15
16
16
const databaseURL = "https://givemesoju-d9d80-default-rtdb.asia-southeast1.firebasedatabase.app"
17
17
18
+
18
19
class App extends Component {
19
20
constructor ( ) {
20
21
super ( ) ;
@@ -96,6 +97,7 @@ class App extends Component {
96
97
handlePhone_numberData = ( newData ) => {
97
98
this . state . phone_number = newData ;
98
99
}
100
+
99
101
100
102
render ( ) {
101
103
return (
@@ -105,7 +107,9 @@ class App extends Component {
105
107
</ div >
106
108
< div className = "Main1" >
107
109
< div >
110
+ < div className = 'div9' >
108
111
< button className = "button1" onClick = { this . openModal } > 주문하기</ button >
112
+ </ div >
109
113
</ div >
110
114
< Router >
111
115
< MainComponent />
You can’t perform that action at this time.
0 commit comments