From 80619b5f2df22f9865e82871b158a86b788f784c Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Thu, 15 Dec 2022 16:58:04 +0100
Subject: [PATCH] remove forced title in cta block

---
 assets/sass/_theme/blocks/call_to_action.sass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/sass/_theme/blocks/call_to_action.sass b/assets/sass/_theme/blocks/call_to_action.sass
index 88e29ae7..8036a873 100644
--- a/assets/sass/_theme/blocks/call_to_action.sass
+++ b/assets/sass/_theme/blocks/call_to_action.sass
@@ -9,8 +9,8 @@
             a
                 color: inherit
                 text-decoration-color:  $block-call-to-action-color
-            p
-                @include h2
+            // p
+                // @include h2
         .actions
             [role="group"]
                 @include media-breakpoint-down(desktop)
-- 
GitLab