Use container-fluid
This commit is contained in:
parent
91c0346223
commit
fc200c4ce7
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user