Hide DAVID expanded if small device
This commit is contained in:
parent
db96fce928
commit
13fd03c528
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue