From 3c0c937c55a2c1434514c24135bf0a46f0930dd1 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 15 Oct 2017 21:08:09 -0400 Subject: [PATCH] fixup after rebase --- app/assets/stylesheets/clean.css.erb | 10 ++++++++-- app/views/main/home.html.erb | 10 +++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/clean.css.erb b/app/assets/stylesheets/clean.css.erb index 6401a6fd..5c69a01f 100644 --- a/app/assets/stylesheets/clean.css.erb +++ b/app/assets/stylesheets/clean.css.erb @@ -245,12 +245,18 @@ /* homepage */ -body.action-home { +body.unauthenticated.action-home { background: white; font-family: 'noto-sans', sans-serif; font-weight: 200; } +.home { + position: absolute; + width: 100%; + height: 100%; +} + .homeLogo { position: fixed; top: 10px; @@ -336,7 +342,7 @@ body.action-home { font-family: 'noto-sans-bold', sans-serif; } .requestInviteCTA:hover { - + } /* end home page */ diff --git a/app/views/main/home.html.erb b/app/views/main/home.html.erb index 53891d20..554ab424 100644 --- a/app/views/main/home.html.erb +++ b/app/views/main/home.html.erb @@ -3,11 +3,11 @@ # Located at / # Shows 3 most recently created topics, synapses, and maps. # -%> - -<% content_for :title, "Home | Metamaps" %> -<% content_for :mobile_title, "Home" %> -
+%> + +<% content_for :title, "Home | Metamaps" %> +<% content_for :mobile_title, "Home" %> +