Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ContributorsDetails extends React.Component {
<div className="outsideDetails">
<Card className="contributorsDetails" elevation={Elevation.ONE}>
<H3>The Team behind the Source Academy</H3>
<p>
<p className="description">
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
Expand Down
7 changes: 5 additions & 2 deletions src/styles/_contributors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@
}

p {
text-align: justify;
text-align-last: center;
margin-right: 0.5%;
margin-left: 0.5%;
}

p.description {
text-align: justify;
text-align-last: center;
}

span.dot {
padding: 0 0.2rem 0 0.2rem;
}
Expand Down