Center out container for tune
This commit is contained in:
parent
99b15c1e9d
commit
7b5992d180
|
@ -78,6 +78,8 @@ const mapStateToProps = (state: AppState) => ({
|
||||||
|
|
||||||
const containerStyle = {
|
const containerStyle = {
|
||||||
padding: 20,
|
padding: 20,
|
||||||
|
maxWidth: 1400,
|
||||||
|
margin: '0 auto',
|
||||||
};
|
};
|
||||||
|
|
||||||
const skeleton = (<div style={containerStyle}>
|
const skeleton = (<div style={containerStyle}>
|
||||||
|
|
Loading…
Reference in New Issue