summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/index.html b/dist/index.html
index 35def01..c7d97f5 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -13,15 +13,21 @@
text-align: center;
}
+ canvas {
+ position: relative;
+ top: calc(50% - 384px);
+ }
+
* {
margin: 0px;
padding: 0px;
border: 0px;
+ background: #223;
}
</style>
</head>
<body>
- <canvas id="rpgedit" width="1024" height="768"></canvas>
+ <canvas id="rpgedit" width="1024" height="768"></canvas>
<script src="bundle.js"></script>
</body>
</html>