Use container-fluid

master
Drew DeVault 2017-09-12 10:53:39 -04:00
parent 91c0346223
commit fc200c4ce7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ReactDOM.render(
<ConnectedRouter history={history}> <ConnectedRouter history={history}>
<div> <div>
<Nav /> <Nav />
<div className="container"> <div className="container-fluid">
<Main /> <Main />
</div> </div>
</div> </div>