From 1c3724efcd908d7f3f5c9cc18c4683f9fdcd1d89 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 14:00:50 +0100 Subject: [PATCH] corrycting justifications --- template-components/posts-components/chapter-header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-components/posts-components/chapter-header.css b/template-components/posts-components/chapter-header.css index 35f170c..7fa4dc3 100644 --- a/template-components/posts-components/chapter-header.css +++ b/template-components/posts-components/chapter-header.css @@ -1,7 +1,7 @@ .post-chapter-header { @apply p-8 md:px-16 mt-8 max-w-screen-2xl flex - content-between + justify-between items-center mx-auto rounded-2xl;