diff --git a/index.html b/index.html index 029854b..13e3cdb 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,9 @@ download bitmap file (.png) - +
+ +
diff --git a/styles/main.css b/styles/main.css index d71da37..e2d4a2d 100644 --- a/styles/main.css +++ b/styles/main.css @@ -122,14 +122,6 @@ a:hover display: none; } -#canvas -{ - clear: both; - float: left; - margin-top: 30px; - display: block; -} - .export-wrapper { clear: both; @@ -156,8 +148,21 @@ a:hover margin-left: 4px; } - .missing-feature { clear: both; -} \ No newline at end of file +} + +.canvas-wrapper +{ + width: 100%; + clear: both; + float: left; + margin-top: 30px; + +} + #canvas + { + display: block; + max-width: 100%; + } \ No newline at end of file