Left align and enlarge text in lecture
This commit is contained in:
@ -52,7 +52,11 @@ export default contain(
|
|||||||
|
|
||||||
renderTranscript(transcript, dashedName) {
|
renderTranscript(transcript, dashedName) {
|
||||||
return transcript.map((line, index) => (
|
return transcript.map((line, index) => (
|
||||||
<p key={ dashedName + index }>{ line }</p>
|
<p
|
||||||
|
className='lead text-left'
|
||||||
|
key={ dashedName + index }>
|
||||||
|
{ line }
|
||||||
|
</p>
|
||||||
));
|
));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user