Skip to content
Snippets Groups Projects
Unverified Commit 4f539eea authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make blog cards bigger

parent a93f3de6
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment