better styling on ViewWallet view

This commit is contained in:
Daniel Ternyak 2017-04-26 23:02:03 -05:00
parent 9758aa6df3
commit e23409cbac
1 changed files with 5 additions and 3 deletions

View File

@ -7,9 +7,11 @@ export default class ViewWallet extends Component {
render() { render() {
return ( return (
<div style={{marginTop: '50px'}}> <section className="container" style={{minHeight: '50%'}}>
<div className="tab-content">
<h1>View Wallet</h1> <h1>View Wallet</h1>
</div> </div>
</section>
) )
} }
} }