Hide DAVID expanded if small device

This commit is contained in:
Gabriel Augendre 2016-04-26 00:07:30 +02:00
parent db96fce928
commit 13fd03c528
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -128,7 +128,7 @@ var App = React.createClass({
<Authenticate activeTab={this.state.activeTab} showFinder={this.showFinder} showAbout={this.showAbout}
auth={auth} refreshAuth={this.refreshAuth}/>
<div className="container-fluid">
<h1>DAVIDS <small>DuplicAtes VIewer and Detector for Spotify</small></h1>
<h1>DAVIDS <small className="hidden-sm hidden-xs">DuplicAtes VIewer and Detector for Spotify</small></h1>
{content}
</div>
</div>