diff --git a/src/pages/contributors/subcomponents/ContributorsDetails.tsx b/src/pages/contributors/subcomponents/ContributorsDetails.tsx index 8873975830..9b42ddcb18 100644 --- a/src/pages/contributors/subcomponents/ContributorsDetails.tsx +++ b/src/pages/contributors/subcomponents/ContributorsDetails.tsx @@ -12,7 +12,7 @@ class ContributorsDetails extends React.Component {
+
The Source Academy 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 Rook (2022) and its diff --git a/src/styles/_contributors.scss b/src/styles/_contributors.scss index ade667bd93..e8cffadbe6 100644 --- a/src/styles/_contributors.scss +++ b/src/styles/_contributors.scss @@ -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; }