windhamdavid 10 years ago
parent
commit
c2b9a1e0a2
2 changed files with 3 additions and 1 deletions
  1. 1 0
      page-promo.php
  2. 2 1
      style.css

+ 1 - 0
page-promo.php

@@ -9,6 +9,7 @@
 				<header class="entry-header">
 					<h1 class="times"><?php the_title(); ?> <span class="subtitle">a documentary by Chris Hegedus and D.A. Pennebaker</span></h1>
 				</header>
+				<img src="<?php echo get_template_directory_uri(); ?>/img/LOGLINE.png" />
 			<div class="sixcol">
 				<article <?php post_class() ?> id="post-<?php the_ID(); ?>">
 					<div style="float:left;margin: 0 20px 20px 0;max-width:100%;">

+ 2 - 1
style.css

@@ -703,9 +703,10 @@ img.play {
 	min-height: 540px;	
 }
 .promo h1.times {
-	font-size: 23px;
+	font-size: 47px;
 	font-family:times;
 	font-weight:200;
+	margin-top:20px;
 }
 
 .promo span.subtitle {