Skip to content

Commit

Permalink
align-self-center
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaorongw committed Jun 17, 2020
1 parent 935d12e commit 145a41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TodoInputComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class TodoInput extends Component {
<div className='container'>
<div className='row d-flex justify-content-center align-items-center'>
<div className='col-sm-12 col-lg-1 d-flex justify-content-center align-self-center'>
<img className='today-img' src={require('../assets/today.png')} />
<img className='today-img align-self-center' src={require('../assets/today.png')} />
</div>
<div className='col-sm-12 col-lg-11'>
<Form onSubmit={this.handleSubmit}>
Expand Down

0 comments on commit 145a41a

Please sign in to comment.