Improve styling on category description.
This commit is contained in:
parent
f5320c3717
commit
e7c33958b7
|
@ -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>
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
width: 25%;
|
||||
}
|
||||
|
||||
.category-description {
|
||||
margin-bottom: $spacing-unit * 1.5;
|
||||
}
|
||||
|
||||
.category-menu {
|
||||
margin-bottom: $spacing-unit;
|
||||
|
|
Loading…
Reference in New Issue
Block a user