user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
+ <link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css"
+ integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
+ crossorigin=""/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
)}
<div className="Game-controls">
- <Button onClick={this.askTip}>
- Осмотреться
- </Button>
- <Button onClick={this.move}>
- Пройти дальше
- </Button>
+ <div className="Get-button">
+ <Button onClick={this.askTip} size="medium">
+ Осмотреться
+ </Button>
+ </div>
+ <div className="Get-button">
+ <Button onClick={this.move} size="medium">
+ Пройти дальше
+ </Button>
+ </div>
</div>
</div>
<div className="Game-map">