]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/web/js/signup.jsx
Factorize Header/Footer code.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / js / signup.jsx
index affa18ea3189a6f849f908736ace7122d32eac8b..b7d92875e81bb205395f34c8bc8820e3cb1a8622 100644 (file)
@@ -51,7 +51,7 @@ class SignupForm extends React.Component {
     var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk});
     return (
         <div className="row sign-in">
-          <div className="offset-4 col-4 col-xs-offset-1 col-xs-10 text-center">
+          <div className="offset-1 col-10 offset-md-4 col-md-4 text-center">
             <form role="form" onSubmit={this.handleSubmit}>
               <input className="form-control" type="email" placeholder="email" onChange={this.handleEmailChange} />
               <input className="form-control" type="password" placeholder="password" onChange={this.handlePasswordChange} />