Added simple resize function to canvas. Needs to be fixed with positioning of other elements

This commit is contained in:
Erik Tiekstra
2017-05-19 07:41:20 +02:00
parent eb6ff91aff
commit 7817b35a50
3 changed files with 18 additions and 10 deletions
+2 -10
View File
@@ -25,15 +25,7 @@
#wrapper {
margin: 0 auto;
width: 100%;
height: 600px;
}
.canvas-container {
margin: 0 auto;
width: 100% !important;
}
canvas {
margin: 0 auto;
max-width: 100% !important;
height: auto !important;
}