From b87cf462fcdd61ac654d78a522bd96a6b1532b02 Mon Sep 17 00:00:00 2001
From: Nick Winter <livelily@gmail.com>
Date: Sun, 23 Nov 2014 20:13:06 -0800
Subject: [PATCH] Shrinking home page height as much as easily possible to be
 able to fit it on anyone's screen.

---
 app/styles/home.sass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/styles/home.sass b/app/styles/home.sass
index 6e63b47d8..231778406 100644
--- a/app/styles/home.sass
+++ b/app/styles/home.sass
@@ -4,7 +4,8 @@
 #home-view
   
   #spacer
-    height: 750px
+    //height: 750px  // No one could see this; let's shrink it as much as we can.
+    height: 606px
     
   #play-button, #or-ipad, #apple-store-button, #slogan, .alert
     text-align: center
@@ -55,4 +56,4 @@
     
   .alert
     top: 213px
-    border: 5px solid darkred
\ No newline at end of file
+    border: 5px solid darkred