diff --git a/app/assets/stylesheets/shared.scss b/app/assets/stylesheets/shared.scss index 73718437..378788d6 100644 --- a/app/assets/stylesheets/shared.scss +++ b/app/assets/stylesheets/shared.scss @@ -9,6 +9,10 @@ html, body { height: 100%; } +.app-background { + background: linear-gradient(0, white 65%, #4DC0A2 35%); +} + .header { padding: 20px 40px; @@ -31,6 +35,9 @@ html, body { .center-block { float: none; } + .center-panel-size { + width: 650px; + } .input-spacing { margin-top: 15px; diff --git a/app/views/landing/meetings.html.erb b/app/views/landing/meetings.html.erb index c6bb97e6..49812b87 100644 --- a/app/views/landing/meetings.html.erb +++ b/app/views/landing/meetings.html.erb @@ -20,7 +20,7 @@
<%= error %>
-This username will be used to identify your personal room
-<%= @error %>
+