From 030286a720d5b4f701deade8749e41163876de06 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 16 Jan 2024 14:56:54 +0100 Subject: [PATCH] fixing responsive --- resources/css/blocks/highlight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index e64e717..8a9de51 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -1,5 +1,5 @@ .homegrade-blocks-highlight { - @apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto; + @apply p-6 py-8 md:p-12 rounding-radius my-8 max-w-screen-lg mx-auto; &__titling { @apply sm:flex items-center;