Increased canvas size

This commit is contained in:
Robin Steinberg 2021-08-26 21:30:39 +02:00
parent 78877f1211
commit 34050291a8
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@
<style>
#canvas {
width: 500px;
height: 500px;
width: 100%;
height: 800px;
border: 1px solid black;
}
</style>

View File

@ -10,8 +10,8 @@
<style>
#canvas {
width: 500px;
height: 500px;
width: 100%;
height: 800px;
border: 1px solid black;
}
</style>