From 8b0f76ecfcd0a9e339c5195e89d1ad640c61d2eb Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 17 Mar 2026 11:40:34 +0100 Subject: [PATCH] FIX block padding and ul paddings pushing overflow and breaking the page --- resources/css/blocks/plus-loin.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/plus-loin.css b/resources/css/blocks/plus-loin.css index 7374c77..e36634d 100644 --- a/resources/css/blocks/plus-loin.css +++ b/resources/css/blocks/plus-loin.css @@ -1,5 +1,5 @@ .homegrade-blocks-plus-loin { - @apply bg-primary p-8 xl:p-12 rounding-radius my-8; + @apply bg-primary p-4 py-8 md:py-12 xl:p-12 rounding-radius my-8; &__block-title { @apply !mt-0 !text-4xl !font-bold; } @@ -28,6 +28,10 @@ .homegrade-blocks-custom-heading + ul { @apply pl-2 xl:pl-12; } + ul { + @apply pl-2 xl:pl-12; + } + .brochure-download-icon { filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(105%); }