File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,8 @@ class Help extends Component {
109
109
return null ;
110
110
} ) ;
111
111
return (
112
- < div >
113
- < h1 > Help Page</ h1 >
114
- < p > For Help Please Contact</ p >
112
+ < div className = { classes . help } >
113
+ < h1 className = { classes . mainHeading } > Help Page</ h1 >
115
114
< Form handleQuery = { this . handleQuery } />
116
115
< div className = { classes . container } > { res } </ div >
117
116
</ div >
Original file line number Diff line number Diff line change 1
1
export default {
2
+ help : {
3
+ textAlign : "center" ,
4
+ } ,
5
+ mainHeading : {
6
+ marginBottom : "2rem" ,
7
+ } ,
2
8
container : {
3
- marginTop : "2rem " ,
9
+ marginTop : "3rem " ,
4
10
display : "flex" ,
5
11
justifyContent : "space-between" ,
6
12
flexWrap : "wrap" ,
@@ -28,7 +34,6 @@ export default {
28
34
cardHeading : {
29
35
textTransform : "uppercase" ,
30
36
display : "inline-block" ,
31
- // marginBottom: ".5rem",
32
37
} ,
33
38
34
39
text : {
You can’t perform that action at this time.
0 commit comments