From 89e517b246094e7427d9375e50afd871fd225fb0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 4 Dec 2023 11:30:41 +0100 Subject: [PATCH] few padding adaptations --- template-components/post-conseils/chapter-header.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template-components/post-conseils/chapter-header.css b/template-components/post-conseils/chapter-header.css index 734a32c..ea91e72 100644 --- a/template-components/post-conseils/chapter-header.css +++ b/template-components/post-conseils/chapter-header.css @@ -1,14 +1,14 @@ .post-conseils-chapter-header { - @apply p-8 md:px-16 mt-8 max-w-screen-2xl + @apply p-8 md:px-16 xl:px-24 mt-8 max-w-screen-2xl flex flex-col lg:flex-row - justify-center + justify-between items-center mx-auto - rounded-2xl; + rounded-2xl + mb-8; - margin-bottom: 20px; &__page-thematic-cover { max-width: 400px;