diff --git a/index.html b/index.html index 33f9b8bc..3295eae3 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,20 @@ position: absolute; top: 0px; right: 0px; - border: 1px dotted #ababab; + border: 1px solid #ababab; } + +@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { + #canvas { + bottom: 0px; + left: 0px; + border: none; + } +} + +