We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58fd6e commit b9a74abCopy full SHA for b9a74ab
src/pages/Team/Team.js
@@ -55,14 +55,17 @@ class Team extends Component {
55
<div className="container pt-8 pb-6 mb-10">
56
<BoardMembersWrapper />
57
</div>
58
- <h3 className="team-sub-heading">Our Backbone</h3>
+ <h3 className="team-sub-heading" style={{textAlign:'center'}}>Our Backbone</h3>
59
+
60
<div
61
className="container pt-8 pb-6 mb-10"
62
style={{ display: "flex", justifyContent: "space-evenly" }}
63
>
64
<CoreContributorsWrapper />
65
- <h3 className="team-sub-heading">Our Awesome Contributors</h3>
66
+ <h3 className="team-sub-heading" style={{
67
+ textAlign:"center"
68
+ }}>Our Awesome Contributors</h3>
69
<div id="cotributors" className="container d-flex">
70
71
className="row mt-7 mb-10"
0 commit comments