File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
pages/contributors/subcomponents Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class ContributorsDetails extends React.Component {
12
12
< div className = "outsideDetails" >
13
13
< Card className = "contributorsDetails" elevation = { Elevation . ONE } >
14
14
< H3 > The Team behind the Source Academy</ H3 >
15
- < p >
15
+ < p className = "description" >
16
16
The < i > Source Academy</ i > is designed and developed by a team of students, most of who
17
17
have used the system to learn the fundamentals of computing and enjoyed it. This page
18
18
includes all developers who contributed to the Source Academy < i > Rook</ i > (2022) and its
Original file line number Diff line number Diff line change 42
42
}
43
43
44
44
p {
45
- text-align : justify ;
46
- text-align-last : center ;
47
45
margin-right : 0.5% ;
48
46
margin-left : 0.5% ;
49
47
}
50
48
49
+ p .description {
50
+ text-align : justify ;
51
+ text-align-last : center ;
52
+ }
53
+
51
54
span .dot {
52
55
padding : 0 0.2rem 0 0.2rem ;
53
56
}
You can’t perform that action at this time.
0 commit comments