From acb306a0f32cb590829c57df1289179a192fd2d0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Oct 2025 11:01:01 +0100 Subject: [PATCH] =?UTF-8?q?STYLE=20ajout=20de=20la=20propri=C3=A9t=C3=A9?= =?UTF-8?q?=20line-height=20pour=20les=20titres=20h3=20dans=20le=20bloc=20?= =?UTF-8?q?de=20contenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/layout/gutenberg.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index f0b24dd..23d0eb3 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -15,6 +15,7 @@ article > *:not(.entry-content), h3 { @apply text-lg; + line-height: 1.25; } p,