From 4f539eea70785d84f960d13546513db5303ae80a Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 13 Mar 2024 15:28:36 +0100
Subject: [PATCH] Make blog cards bigger

---
 templates/frontpage/blocks/blog.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/frontpage/blocks/blog.html b/templates/frontpage/blocks/blog.html
index 7468261c..a6fe6b46 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 %}
-- 
GitLab