Skip to content

Commit b9a74ab

Browse files
centered headers
1 parent c58fd6e commit b9a74ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/Team/Team.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,17 @@ class Team extends Component {
5555
<div className="container pt-8 pb-6 mb-10">
5656
<BoardMembersWrapper />
5757
</div>
58-
<h3 className="team-sub-heading">Our Backbone</h3>
58+
<h3 className="team-sub-heading" style={{textAlign:'center'}}>Our Backbone</h3>
59+
5960
<div
6061
className="container pt-8 pb-6 mb-10"
6162
style={{ display: "flex", justifyContent: "space-evenly" }}
6263
>
6364
<CoreContributorsWrapper />
6465
</div>
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>
6669
<div id="cotributors" className="container d-flex">
6770
<div
6871
className="row mt-7 mb-10"

0 commit comments

Comments
 (0)