Improve styling on category description.

This commit is contained in:
Anna Rose 2016-05-23 10:55:49 -04:00
parent f5320c3717
commit e7c33958b7
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ layout: default
<div class="post-content">
<div class="category-description">
{{ page.description }}
<hr style="width: 20%; margin-top: 1em; margin-left: 40%; margin-right: 40%; text-align: center"/>
</div>
{% include post_list.html categories=page.category limit=1000000 %}
</div>

View File

@ -24,6 +24,9 @@
width: 25%;
}
.category-description {
margin-bottom: $spacing-unit * 1.5;
}
.category-menu {
margin-bottom: $spacing-unit;