From e8bceba564b37c785e81a9e248e35d83f3a3cbaa Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 Oct 2025 12:51:02 +0200 Subject: [PATCH] FIX refining responsive --- resources/css/blocks/team-authors.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/team-authors.css b/resources/css/blocks/team-authors.css index 3bd6270..d175f94 100644 --- a/resources/css/blocks/team-authors.css +++ b/resources/css/blocks/team-authors.css @@ -1,6 +1,9 @@ .team-authors { - @apply max-w-screen-xl px-12 mx-auto py-24; + @apply max-w-screen-xl px-4 md:px-12 mx-auto py-24; + .container { + @apply px-0; + } .author-card { @apply bg-white p-8 border border-carhop-green-700 mb-0 flex flex-col;