diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 46e087d..c135305 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -1,11 +1,6 @@
-
-
+
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index 5c6541b..cccaa30 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -17,8 +17,8 @@ body {
#sidebar {
float: left;
- height: 100%;
text-align: center;
+ height: 100%;
width: 25%;
overflow: hidden;
}
@@ -31,10 +31,15 @@ body {
width: 100%;
}
-h1, p, form {
- margin: auto;
+form {
width: 90%;
- margin-top: 10px;
+ margin: auto;
+}
+
+#tagline {
+ padding: 10px;
+ background: #cc3333;
+ color: #ffffff;
}
label, input {