homepage mobile experience became bearable by using questionable css and js practices
This commit is contained in:
@@ -55,15 +55,16 @@ var RootApp = React.createClass({
|
||||
|
||||
return (
|
||||
<div className="container">
|
||||
|
||||
<div>
|
||||
<div className="col-lg-12 hidden-sm hidden-xs " style={{height: 80, background: 'none', marginBottom: '0px !important'}} id="mybody">
|
||||
<div className="col-lg-12 hidden-sm hidden-xs" style={{height: 80, background: 'none', marginBottom: '0px !important'}} id="mybody">
|
||||
|
||||
<div style={{padding: '15px 15px'}} className="col-lg-2 col-md-2 col-sm-2 col-xs-2">
|
||||
<Link to="app"><img height={50} src="https://res.cloudinary.com/du5pdibul/image/upload/v1428813560/logo_h5f9yp.png" /></Link>
|
||||
</div>
|
||||
|
||||
<div style={{padding: '30px 15px'}} className="col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
||||
<SearchBox />
|
||||
<SearchBox small="false" />
|
||||
</div>
|
||||
|
||||
<div style={{padding: '15px 15px'}} className="col-lg-4 col-md-4 hidden-sm hidden-xs">
|
||||
|
||||
Reference in New Issue
Block a user