diff --git a/index.html b/index.html index 449f7e9..a575ec6 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ div#container { position: fixed; top: 20px; - left: 300px; + left: 20px; } canvas { width: 512px; @@ -25,6 +25,11 @@ image-rendering: crisp-edges; /* for firefox */ image-rendering: pixelated; } + div#giflink { + position.fixed; + top: 600px; + left: 300px; + } div#release_notes { position: fixed; top: 0; @@ -48,11 +53,12 @@