Skip to content

Commit

Permalink
Header title centered for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 25, 2017
1 parent 63098ca commit 93fc119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactJS/app/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ iconElementRight={
<div className=" hidden-xs hidden-sm">
<header>
<AppBar className='headerBar' style={{backgroundColor: 'black'}} title={<a href='javascript:window.location.reload(true)'>
<center className='col-md-offset-1' style={{'marginLeft':'120px'}}> {this.props.languageJson.header} </center>
<center className='col-md-offset-1'> {this.props.languageJson.header} </center>
</a>}
showMenuIconButton={false}
iconElementRight={
Expand Down

0 comments on commit 93fc119

Please sign in to comment.