Increased canvas size
This commit is contained in:
parent
78877f1211
commit
34050291a8
|
@ -10,8 +10,8 @@
|
|||
|
||||
<style>
|
||||
#canvas {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
width: 100%;
|
||||
height: 800px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
<style>
|
||||
#canvas {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
width: 100%;
|
||||
height: 800px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue