From c2892d0ba5a738221e114c3c5cccd0bcdcdee083 Mon Sep 17 00:00:00 2001 From: Samuel Fang Date: Tue, 20 Jul 2021 00:59:53 +0800 Subject: [PATCH 1/2] Remove text-align-last --- src/styles/_contributors.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/_contributors.scss b/src/styles/_contributors.scss index ade667bd93..6a1b1e9299 100644 --- a/src/styles/_contributors.scss +++ b/src/styles/_contributors.scss @@ -42,8 +42,6 @@ } p { - text-align: justify; - text-align-last: center; margin-right: 0.5%; margin-left: 0.5%; } From 79e381653571987d79e80c63c7e7af0cd879b444 Mon Sep 17 00:00:00 2001 From: Samuel Fang Date: Tue, 20 Jul 2021 01:08:29 +0800 Subject: [PATCH 2/2] Justify contributors description section --- src/pages/contributors/subcomponents/ContributorsDetails.tsx | 2 +- src/styles/_contributors.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 Team behind the Source Academy

-

+

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 6a1b1e9299..e8cffadbe6 100644 --- a/src/styles/_contributors.scss +++ b/src/styles/_contributors.scss @@ -46,6 +46,11 @@ margin-left: 0.5%; } + p.description { + text-align: justify; + text-align-last: center; + } + span.dot { padding: 0 0.2rem 0 0.2rem; }