Skip to content

Commit e40d520

Browse files
authored
docs: add Callstack notice (#759)
1 parent 0c37fb8 commit e40d520

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

website/src/css/index.module.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
flex-direction: column;
44
align-items: center;
55
justify-content: center;
6-
padding: 2rem 0;
6+
padding: 2rem var(--ifm-spacing-horizontal);
77
}
88

99
.logo {
@@ -44,6 +44,7 @@
4444
width: 100%;
4545
display: flex;
4646
flex-direction: row;
47+
flex-wrap: wrap;
4748
align-items: center;
4849
justify-content: center;
4950
padding: 5rem 1rem;
@@ -54,6 +55,7 @@
5455
flex-direction: column;
5556
align-items: center;
5657
justify-content: center;
58+
flex: 1;
5759
padding: 0 1rem;
5860
}
5961

website/src/pages/index.js

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ export default function Home() {
6767
>
6868
{renderFeatures()}
6969
</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>
7078
</div>
7179
</main>
7280
</Layout>

0 commit comments

Comments
 (0)