From d4603898cfd9c1277647df7e4134e7819ee703d3 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 17 Sep 2013 22:52:41 -0700 Subject: Replacing hero image on home page. --- src/templates/templates/index-hero.ftl | 1 - web/images/hero.png | Bin 29745 -> 380869 bytes web/style.css | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/templates/templates/index-hero.ftl b/src/templates/templates/index-hero.ftl index 06fbca0..1dcf2d9 100644 --- a/src/templates/templates/index-hero.ftl +++ b/src/templates/templates/index-hero.ftl @@ -1,4 +1,3 @@
-

We want to help you GROW!

diff --git a/web/images/hero.png b/web/images/hero.png index 479bb95..6077e96 100644 Binary files a/web/images/hero.png and b/web/images/hero.png differ diff --git a/web/style.css b/web/style.css index 0617bfe..a718dd2 100644 --- a/web/style.css +++ b/web/style.css @@ -105,7 +105,7 @@ nav.primary a.current { width: 100%; color: white; text-align: center; - padding: 200px 0 200px 0; + height: 400px; } #hero p { -- cgit v1.2.3