client/src/App.js
changeset 154 a28361bda28c
parent 151 57d63a248f0d
child 167 1f340f3597a8
--- a/client/src/App.js	Mon Sep 03 11:57:58 2018 +0200
+++ b/client/src/App.js	Mon Sep 03 20:02:14 2018 +0200
@@ -9,11 +9,11 @@
     return (
       <div>
         <Navbar history={this.props.history} />
-        <div className="container-fluid">
+        <div className="container-fluid"></div>
           <div className="row">
-            <div className="col-lg-6 offset-md-3 text-center">
-              <div className="alert alert-info" id="home-text"><span id="welcome">Bienvenue sur</span><br/>IRI Notes</div>
-            </div>
+            <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>