From 72dbe3d421a85926b2c2f128c55d78ee0e8d255e Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Thu, 15 Dec 2022 07:45:45 +0100
Subject: [PATCH] small change for posts layout

---
 assets/sass/_theme/sections/posts.sass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass
index d4079839..de2be5de 100644
--- a/assets/sass/_theme/sections/posts.sass
+++ b/assets/sass/_theme/sections/posts.sass
@@ -50,7 +50,7 @@
         .posts
             @include grid(1)
             @include grid(2, md)
-            @include grid(3, xl)
+            @include grid(3, xxl)
 
 .categories__term
     @if $posts-layout-list
-- 
GitLab