We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d065108 commit 285143cCopy full SHA for 285143c
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "cadet-frontend",
4
- "version": "0.1.6",
+ "version": "0.1.7",
5
"scripts-info": {
6
"format": "Format source code",
7
"start": "Start the Webpack development server",
src/styles/_game.scss
@@ -7,6 +7,7 @@
width: 100%;
8
9
canvas {
10
+ margin: auto;
11
height: 100%;
12
object-fit: contain;
13
}
0 commit comments