margin-bottom: 0;
color: #690433; }
#blog-posts-over article .entry-header .entry-title a {
- font-family: "Kaushan Script";
+ font-family: "Open Sans";
font-style: normal; }
#blog-posts-over article .entry-header .meta.date {
font-size: 13px;
<div class="small-11 small-centered columns">
<article id="<?php the_ID()?>" <?php post_class()?>>
<header class="entry-header">
- <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
+ <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
<span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
</header>