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="post-content">
|
||||||
<div class="category-description">
|
<div class="category-description">
|
||||||
{{ page.description }}
|
{{ page.description }}
|
||||||
|
<hr style="width: 20%; margin-top: 1em; margin-left: 40%; margin-right: 40%; text-align: center"/>
|
||||||
</div>
|
</div>
|
||||||
{% include post_list.html categories=page.category limit=1000000 %}
|
{% include post_list.html categories=page.category limit=1000000 %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-description {
|
||||||
|
margin-bottom: $spacing-unit * 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
.category-menu {
|
.category-menu {
|
||||||
margin-bottom: $spacing-unit;
|
margin-bottom: $spacing-unit;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user