--- a/client/src/App.js Tue Oct 09 19:02:17 2018 +0200
+++ b/client/src/App.js Tue Oct 09 19:07:47 2018 +0200
@@ -11,10 +11,10 @@
<Navbar history={this.props.history} />
<div className="container-fluid"></div>
<div className="row">
- <div className="col-lg-6 offset-md-3 text-center mt-5 pt-5">
+ {/* <div className="col-lg-6 offset-md-3 text-center mt-5 pt-5">
<h5 className="font-weight-bold text-center text-lg mt-5">Bienvenue sur</h5>
<h4 className="font-weight-bold text-center text-lg">IRI Notes</h4>
- </div>
+ </div> */}
</div>
</div>
);