<div class="row">
<div class="small-11 small-push-1 left columns">
<hr>
- <div>
+ <div class="editor-content">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
?>
</div>
</div>
- <div class="row">
+ <div class="row editor-content">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
margin-bottom: 0;
}
}
+.editor-content {
+ a {
+ font-weight: bold;
+ }
+}
p.open {
font-family: Open Sans, sans-serif;
font-size: 14px;