diff --git a/templates/frontpage/blocks/blog.html b/templates/frontpage/blocks/blog.html index 7468261c859178de32955c1dcb70bf99f489e093..a6fe6b466750e37228e7537fe8b2149966883008 100644 --- a/templates/frontpage/blocks/blog.html +++ b/templates/frontpage/blocks/blog.html @@ -4,7 +4,7 @@ <h2 class="title is-2">{{ title | default(value="Aus dem Teckids-Blog") }}</h2> <div class="columns is-multiline is-same-height"> {% for post in blog_section.pages | slice(end=4) %} - <div class="column is-one-quarter"> + <div class="column is-one-third"> {% include "blog/card.html" %} </div> {% endfor %}