Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz committed Jun 24, 2021
1 parent 2841507 commit f8c822e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions src/pages/contributors/subcomponents/ContributorsDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ class ContributorsDetails extends React.Component {
<Card className="contributorsDetails" elevation={Elevation.ONE}>
<H3>The Team behind the Source Academy</H3>
<p>
The <i>Source Academy</i> is designed and developed by a team of students, most of who have used the system to learn the fundamentals of computing and enjoyed it. This page includes all
developers who contributed to the Source Academy <i>Rook</i> (2022) and its precursors <i>Knight</i> (2020) and <i>Cadet</i> (2018). These versions succeeded Source Academy 2 (2017) and
ultimately the original Source Academy (2016).
The <i>Source Academy</i> is designed and developed by a team of students, most of who
have used the system to learn the fundamentals of computing and enjoyed it. This page
includes all developers who contributed to the Source Academy <i>Rook</i> (2022) and its
precursors <i>Knight</i> (2020) and <i>Cadet</i> (2018). These versions succeeded Source
Academy 2 (2017) and ultimately the original Source Academy (2016).
</p>
<div className="leadership">
<H5>
Expand Down Expand Up @@ -177,8 +179,7 @@ class ContributorsDetails extends React.Component {
</p>
{dot}
<p className="evenWider">
Daryl Tan,
Thomas Tan
Daryl Tan, Thomas Tan
<br />
(Source)
</p>
Expand Down
8 changes: 4 additions & 4 deletions src/styles/_contributors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
}

strong {
width: 400px;
}
width: 400px;
}

span.dot {
padding: 0 0.2rem 0 0.2rem;
}
Expand Down Expand Up @@ -145,7 +145,7 @@ div.repoDetailsPermalink {
h3::first-letter {
text-transform: uppercase;
}

h5 {
margin: 0% 2% 1% 2%;
font-style: italic;
Expand Down

0 comments on commit f8c822e

Please sign in to comment.