From 2641eb63007f1e99e0d8e17d77f5c9d60b7441cb Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 3 Jul 2025 17:07:03 +0200 Subject: [PATCH] STYLE removing padding x --- resources/css/blocks/heading.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/heading.css b/resources/css/blocks/heading.css index dca91f3..7bff197 100644 --- a/resources/css/blocks/heading.css +++ b/resources/css/blocks/heading.css @@ -1,6 +1,6 @@ .carhop-heading { &__innerblocks { - @apply max-w-screen-2xl mx-auto px-4 flex flex-col justify-center gap-8; + @apply max-w-screen-2xl mx-auto flex flex-col justify-center gap-8; } &--align-center {