From ea0f17b063834f08b5de2d87ff2e5fde9259b218 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 13 Feb 2017 17:08:12 -0500 Subject: [PATCH] changed the min-height to 300px I changed the min-height from 400px to 300px. I also updated everything to ensure the style update is right. --- functions.php | 2 +- header.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 29a2a27..7ff22ee 100755 --- a/functions.php +++ b/functions.php @@ -107,7 +107,7 @@ function GLM_get_header() { if (has_post_thumbnail()) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); echo '
'; + . 'min-height: 300px;max-height: 400px;">'; } else { echo '
'; diff --git a/header.php b/header.php index 5a2143c..4873004 100755 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ Emmet County Recycling <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 2730763..2fe5e1d 100755 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Emmet County Recycling Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme created for Emmet County's Recycling Center. -Version: 1.1.6 +Version: 1.1.8 */ -- 2.17.1