Smaller header images, blocks spacing fixed.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 26 Jan 2015 15:23:59 +0000 (10:23 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 26 Jan 2015 15:23:59 +0000 (10:23 -0500)
front-page.php
page.php

index 7c77438..ebb5521 100755 (executable)
@@ -8,7 +8,7 @@
                     </div>
                 </div>
                 <div id="main">
-                    <div class="row">
+                    <div>
                         <?php if (function_exists('fetch_all_glm_blocks')):?>
                             <?php $blocks = fetch_all_glm_blocks();?>
                             <?php foreach ($blocks as $block):?>
index 7846f63..07ddac7 100755 (executable)
--- a/page.php
+++ b/page.php
@@ -6,7 +6,7 @@
                         <?php
                             if (has_post_thumbnail()) {
                                     $image_data = wp_get_attachment_image_src(get_post_thumbnail_id($post->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;"';