Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit b6786e4

Browse files
kylemhhollomancer
authored andcommitted
Center some text
1 parent 7557be2 commit b6786e4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/scenes/home/landing/partners/partners.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
.partnerLogos > div {
1818
margin: 2.5%;
1919
}
20+
21+
.contactUs {
22+
text-align: center;
23+
}

src/scenes/home/landing/partners/partners.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ class Partners extends Component {
5959
</div>
6060

6161
<div className={styles.partners}>
62-
<p>We are always looking for organizations who are interested in working with us!</p>
62+
<p className={styles.contactUs}>
63+
We are always looking for organizations who are interested in working with us!
64+
</p>
6365
<LinkButton text="Contact Us" link="mailto:partnerships@operationcode.org" />
6466
</div>
6567

0 commit comments

Comments
 (0)