diff --git a/app/index.html b/app/index.html
index 429a8ce..c8243c8 100644
--- a/app/index.html
+++ b/app/index.html
@@ -4,7 +4,7 @@
-
Huegasm is a free web application for controlling your Philips Hue lights...oh and it's pretty awesome at synchronizing your music with your lights.
-
-
-
+
Your lights, meet your music. Huegasm.
+
Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music.
+
+
+
{{#paper-button raised=true primary=true action="isReady" class="goButton center-block"}}Go!{{/paper-button}}
{{/if}}
diff --git a/app/styles/app.scss b/app/styles/app.scss
index 81eaeb6..ed00205 100644
--- a/app/styles/app.scss
+++ b/app/styles/app.scss
@@ -24,8 +24,15 @@ body {
position: static;
}
-.introParagraph {
- margin-bottom: 30px;
+#intro {
+ font-size: 18px;
+}
+
+#introParagraph {
+ margin-bottom: 50px;
+}
+
+.embedContainer {
}
.goButton {
@@ -34,7 +41,7 @@ body {
width: 100px;
height: 100px;
span {
- font-size: 20px;
+ font-size: 28px;
width: 100%;
}
}
@@ -153,6 +160,9 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli
padding-left: 0;
text-align: center;
}
+ a {
+ margin-left: 5px;
+ }
}
.cursorPointer {