diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/index.html b/dist/index.html index d020eff..35def01 100644 --- a/dist/index.html +++ b/dist/index.html @@ -9,8 +9,8 @@ height: 100%; } - canvas { - position: absolute; + body { + text-align: center; } * { @@ -21,7 +21,7 @@ </style> </head> <body> - <canvas id="rpgedit"></canvas> + <canvas id="rpgedit" width="1024" height="768"></canvas> <script src="bundle.js"></script> </body> </html> |