From 4a8f456ca7a220e5104efc7c6804076c125ad6fc Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Fri, 16 Dec 2022 12:15:46 +0100
Subject: [PATCH] fix lead typo in post

---
 assets/sass/_theme/sections/posts.sass | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass
index cd487357..fc263f69 100644
--- a/assets/sass/_theme/sections/posts.sass
+++ b/assets/sass/_theme/sections/posts.sass
@@ -89,9 +89,8 @@
             width: col-outside-container(4)
             .post-infos
                 @include sticky($spacing1)
-    &:not(.full-width)
-        .lead
-            @include h2
+    .lead
+        @include h3
 
 .post-categories
     @include list-reset
-- 
GitLab