client/src/App.js
changeset 151 57d63a248f0d
parent 145 5d2bc8c877ea
child 154 a28361bda28c
--- a/client/src/App.js	Wed Aug 29 11:02:36 2018 +0200
+++ b/client/src/App.js	Fri Aug 31 15:14:18 2018 +0200
@@ -1,4 +1,5 @@
 import React, { Component } from 'react';
+
 // import logo from './logo.svg';
 import './App.css';
 import Navbar from './components/Navbar';
@@ -10,8 +11,8 @@
         <Navbar history={this.props.history} />
         <div className="container-fluid">
           <div className="row">
-            <div className="col-md-6 col-md-offset-3 text-center">
-              <div class="alert alert-info" role="alert" bsStyle="info" id="home-text"><span id="welcome">Bienvenue sur</span><br/>IRI Notes</div>
+            <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>
         </div>