Merge pull request #12707 from systimotic/fix/intro-image-centering

Center images in introduction challenges
This commit is contained in:
Dylan
2017-01-21 15:06:45 -06:00
committed by GitHub

View File

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