diff --git a/src/components/About.js b/src/components/About.js index 4ead7c9..2ad76d1 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -44,16 +44,18 @@ class About extends Component { Group Pic -

We are a team of people who do things. The things we do are important. The things we do relate to robotics. We are important. We are Potentia.

+

We are a team of people who do things. The things we do are important. The things we do relate to robotics. We are important. We are Potentia.

+

Programming Subteam Members

+ @@ -196,7 +198,7 @@ class About extends Component { - +

Engineering Subteam Members

@@ -312,9 +314,9 @@ class About extends Component {
- + - +

Outreach Subteam Members

diff --git a/src/components/assets/About.scss b/src/components/assets/About.scss index 070d4e7..4a4b663 100644 --- a/src/components/assets/About.scss +++ b/src/components/assets/About.scss @@ -23,28 +23,41 @@ // padding: 10px; // } -#teamimage{ - width: 100%; -} + #title{ text-align: center; margin-top: 100px; - margin-bottom: 100px; + margin-bottom: 50px; } #container{ - margin-bottom: 100px; + margin-bottom: 50px; } +#teamimage{ + width: 100%; + margin-top: 50px; +} + +#ourDescription{ + text-align: center; + font-size: 30px; + margin-top: 50px; +} p{ font-size: 20px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ; + text-align: center; } img{ width:100%; } - +#subteamTitle{ + text-align: center; + margin-top: 50px; + margin-bottom: 100px; +}