From fcc139838c952660d1464e5d4243bc201d853256 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Fri, 16 Dec 2022 14:55:51 +0100
Subject: [PATCH] change lead with sidebar

---
 assets/sass/_theme/sections/pages.sass | 2 +-
 assets/sass/_theme/sections/posts.sass | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/sass/_theme/sections/pages.sass b/assets/sass/_theme/sections/pages.sass
index 580c991a..9924f308 100644
--- a/assets/sass/_theme/sections/pages.sass
+++ b/assets/sass/_theme/sections/pages.sass
@@ -14,4 +14,4 @@
 
 .pages__section:not(.full-width)
     .lead
-        @include h2
\ No newline at end of file
+        @include h3
\ No newline at end of file
diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass
index 737fbd36..fc263f69 100644
--- a/assets/sass/_theme/sections/posts.sass
+++ b/assets/sass/_theme/sections/posts.sass
@@ -90,7 +90,7 @@
             .post-infos
                 @include sticky($spacing1)
     .lead
-        @include h2
+        @include h3
 
 .post-categories
     @include list-reset
-- 
GitLab