From 1df3535ac1bd2ef259bd5bce87b7a2d4ceea7028 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 26 Jan 2015 10:23:59 -0500 Subject: [PATCH] Smaller header images, blocks spacing fixed. --- front-page.php | 2 +- page.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front-page.php b/front-page.php index 7c77438..ebb5521 100755 --- a/front-page.php +++ b/front-page.php @@ -8,7 +8,7 @@
-
+
diff --git a/page.php b/page.php index 7846f63..07ddac7 100755 --- a/page.php +++ b/page.php @@ -6,7 +6,7 @@ ID), "full"); - echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 400px; "'; + echo ' style="background: url('.$image_data[0].'); height: '.$image_data[2].'px;max-height: 200px; "'; } else { echo ' style="display: none;"'; -- 2.17.1