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