client/src/components/Session.js
changeset 151 57d63a248f0d
parent 143 cfcbf4bc66f1
child 161 a642639dbc07
--- a/client/src/components/Session.js	Wed Aug 29 11:02:36 2018 +0200
+++ b/client/src/components/Session.js	Fri Aug 31 15:14:18 2018 +0200
@@ -38,7 +38,7 @@
           <section className="editor-fixed">
             <div className="container-fluid">
               <div className="row">
-                <div className="col-md-9 col-md-offset-3">
+                <div className="col-lg-9 offset-md-3">
                   <NoteInput
                     session={this.props.currentSession}
                     autoSubmit={this.props.autoSubmit}