Center images in introduction challenges

This commit is contained in:
systimotic
2017-01-21 21:58:34 +01:00
parent 81eba79ec5
commit 6e653c65bd

View File

@ -191,6 +191,7 @@ export class StepChallenge extends PureComponent {
>
<Image
alt={ imgAlt }
className='center-block'
responsive={ true }
src={ imgUrl }
/>