Responsive (#1) make editor responsive

* Make canvas responsive

* made the editor to appear in the middle
This commit is contained in:
Sofie Kedvik
2017-05-16 13:06:36 +02:00
committed by GitHub
parent 1ec1a8edfa
commit b0888a58cd
3 changed files with 16 additions and 2 deletions
+13 -1
View File
@@ -23,6 +23,18 @@
width: 100%;
}
.canvas-container {
#wrapper {
margin: 0 auto;
}
.canvas-container {
margin: 0 auto;
width: 100% !important;
}
canvas {
margin: 0 auto;
position: relative !important;
max-width: 100% !important;
height: auto !important;
}