File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
flex-direction : column;
4
4
align-items : center;
5
5
justify-content : center;
6
- padding : 2rem 0 ;
6
+ padding : 2rem var ( --ifm-spacing-horizontal ) ;
7
7
}
8
8
9
9
.logo {
44
44
width : 100% ;
45
45
display : flex;
46
46
flex-direction : row;
47
+ flex-wrap : wrap;
47
48
align-items : center;
48
49
justify-content : center;
49
50
padding : 5rem 1rem ;
54
55
flex-direction : column;
55
56
align-items : center;
56
57
justify-content : center;
58
+ flex : 1 ;
57
59
padding : 0 1rem ;
58
60
}
59
61
Original file line number Diff line number Diff line change @@ -67,6 +67,14 @@ export default function Home() {
67
67
>
68
68
{ renderFeatures ( ) }
69
69
</ div >
70
+ < div >
71
+ Like the project? ⚛️{ ' ' }
72
+ < a href = "https://callstack.com/careers/?utm_campaign=Senior_RN& utm_source = github & utm_medium = readme " >
73
+ Join the team
74
+ </ a > { ' ' }
75
+ who does amazing stuff for clients and drives React Native Open
76
+ Source! 🔥
77
+ </ div >
70
78
</ div >
71
79
</ main >
72
80
</ Layout >
You can’t perform that action at this time.
0 commit comments