Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#12707 from systimotic/fix/intro-image…
Browse files Browse the repository at this point in the history
…-centering

Center images in introduction challenges
  • Loading branch information
dhcodes authored Jan 21, 2017
2 parents 81eba79 + 6e653c6 commit fd0b690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/app/routes/challenges/components/step/Step.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export class StepChallenge extends PureComponent {
>
<Image
alt={ imgAlt }
className='center-block'
responsive={ true }
src={ imgUrl }
/>
Expand Down

0 comments on commit fd0b690

Please sign in to comment.