diff --git a/static/src/scss/_listing.scss b/static/src/scss/_listing.scss index d7b5a19..556db5b 100644 --- a/static/src/scss/_listing.scss +++ b/static/src/scss/_listing.scss @@ -41,6 +41,10 @@ font-size: $size-2; font-weight: $weight-bold; margin-bottom: 1rem; + + &:not(:first-child) { + margin-top: 2em; + } } } diff --git a/website/blog/templates/blog/blog_post_list_page.html b/website/blog/templates/blog/blog_post_list_page.html index 68a0d68..b02e049 100644 --- a/website/blog/templates/blog/blog_post_list_page.html +++ b/website/blog/templates/blog/blog_post_list_page.html @@ -4,9 +4,11 @@
{% for page in listing_pages %} {% ifchanged %} - +

+ +

{% endifchanged %} {% include "common/listing-item.html" %}