Rework header for small-screens
[blerg.git] / www / jssrc / blerg / Title.js
index 53c87f2..17d62a2 100644 (file)
@@ -1,7 +1,7 @@
 enyo.kind({
     name: "blerg.Title",
     kind: "Control",
-    style: "float: left; width: 40%",
+    classes: "blerg-title",
     published: {
         section: ""
     },
@@ -11,7 +11,7 @@ enyo.kind({
     components: [
         {kind: "Image", classes: "logo", src: "images/blerglogo.png", attributes: {width: 125, height: 122}},
         {tag: "h1", components: [
-            {kind: "blerg.Link", href: "#/", content: "Blërg!"}
+            {kind: "blerg.Link", href: "/#/", content: "Blërg!"}
         ]},
         {tag: "h2", components: [
             {name: "section", tag: "span"}