mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Left align and enlarge text in lecture
This commit is contained in:
parent
0e16ab515c
commit
5ffa12a77c
@ -52,7 +52,11 @@ export default contain(
|
||||
|
||||
renderTranscript(transcript, dashedName) {
|
||||
return transcript.map((line, index) => (
|
||||
<p key={ dashedName + index }>{ line }</p>
|
||||
<p
|
||||
className='lead text-left'
|
||||
key={ dashedName + index }>
|
||||
{ line }
|
||||
</p>
|
||||
));
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user