Game style

devFront
root 2018-06-06 11:44:48 +02:00
parent 1fd2f222b2
commit e647714baf
1 changed files with 2 additions and 2 deletions

View File

@ -140,9 +140,9 @@ class App extends Component {
</header>
<div className="jumbotron">
<div className="currentSection vertical-center container">
<h1 className="currentState">{this.state.currentQuestion}</h1>
<h2 className="currentState">{this.state.currentQuestion}</h2>
{this.state.currentSticker ?
<img src={this.state.currentSticker} />
<img src={this.state.currentSticker} style={{margin:'25px 0'}} />
: null}
<div className="currentOptions">
{this.state.currentResponses ? currentOptions : null}