From 141f8b5850a1a68c22994222b8ea1b2c23297524 Mon Sep 17 00:00:00 2001 From: Donovan Preston Date: Sun, 3 Aug 2014 10:45:23 -0400 Subject: [PATCH] Fill the screen on a firefox os device. --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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; + } +} + +