#blog-home #side-nav h1 {
color: #375937;
font-size: 1.3125rem;
- padding: 30px 40px 20px;
+ padding: 30px 40px 0px;
text-transform: uppercase; }
#blog-posts-over article {
#side-nav h1, #blog-side-info h1 {
font-size: 1.3125rem;
color: #375937;
- padding: 30px 40px 20px;
+ padding: 30px 40px 0px;
text-transform: uppercase; }
#side-nav h4, #blog-side-info h4 {
font-weight: bold;
}
?>
</ul>
- <h1>Archive</h1>
- <ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
<h1>Categories</h1>
<ul>
<?php
echo '<li><a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </li> '; }
?>
</ul>
+ <h1>Archive</h1>
+ <ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
</div>
</div>
</div>
#blog-home #side-nav h1 {
color: #375937;
font-size: 1.3125rem;
- padding: 30px 40px 20px;
+ padding: 30px 40px 0px;
text-transform: uppercase;
}
#blog-posts-over article {
h1 {
font-size: rem-calc(21);
color: $dark_green;
- padding: 30px 40px 20px;
+ padding: 30px 40px 0px;
text-transform: uppercase;
}
h4 {
}
?>
</ul>
- <h1>Archive</h1>
- <ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
<h1>Categories</h1>
<ul>
<?php
echo '<li><a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </li> '; }
?>
</ul>
+ <h1>Archive</h1>
+ <ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
</div>
</div>
</div>