gfch100: fix missing header on narrow browser

	* not sure why this was in there, but made it smaller
	* b/29420315

Change-Id: I8f435f3a32a8fb73d1188c3e6b43dde931d9eb37
diff --git a/craftui/www/static/default.css b/craftui/www/static/default.css
index 852caad..4de629f 100644
--- a/craftui/www/static/default.css
+++ b/craftui/www/static/default.css
@@ -472,7 +472,7 @@
 
 }
 
-@media screen and (max-width: 767px) {
+@media screen and (max-width: 300px) {
 
   html,
   body,