forgot to add bay-view template logo margin
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Dec 2015 16:05:44 +0000 (11:05 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Dec 2015 16:05:44 +0000 (11:05 -0500)
parts/top-bar_bay-view.php

index 13e8e32..7263eb8 100644 (file)
@@ -8,7 +8,7 @@
     <div class="small-11 small-centered text-center columns">
        
         <?php if($bayPage):?>
-            <a href="<?php echo get_page_link($bayPage->ID);?>"><img src="<?php bloginfo('template_url'); ?>/assets/staffords-bay-view-inn.jpg"></a>
+            <a href="<?php echo get_page_link($bayPage->ID);?>"><img class="headerLogo" src="<?php bloginfo('template_url'); ?>/assets/staffords-bay-view-inn.jpg"></a>
         <?php endif;?>
     </div>
 </div>