File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export default class App extends React.Component {
9090 </ Dropzone >
9191 </ div >
9292 < div className = "col-md-3 text-center" >
93- < p > ...or type or paste some data:</ p >
93+ < p > ...or paste some data:</ p >
9494 < textarea value = { this . state . textarea } onChange = { this . onType . bind ( this ) }
9595 placeholder = "Paste from a spreadsheet or CSV-like file" />
9696 </ div >
Original file line number Diff line number Diff line change 1919 font-size : 16px ;
2020 line-height : 26px ;
2121 }
22+
23+ .navbar {
24+ margin-bottom : 0 ;
25+
26+ }
2227 body {
23- padding-top : 50px ;
2428 padding-bottom : 20px ;
2529 }
2630
9498
9599 < body >
96100
97- < nav class ="navbar navbar-inverse navbar-fixed -top ">
101+ < nav class ="navbar navbar-inverse navbar-static -top ">
98102 < div class ="container ">
99103 < div class ="navbar-header ">
100104 < button type ="button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#navbar " aria-expanded ="false " aria-controls ="navbar ">
You can’t perform that action at this time.
0 commit comments