From 6ea828d66a256c47494cd66410c1e82ecbc18eb3 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Mon, 19 Feb 2024 17:38:02 +0100 Subject: [PATCH] revert --- layouts/New/Blog.tsx | 28 +++++++++++++++------------- layouts/New/layouts.module.css | 14 +++++++++----- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/layouts/New/Blog.tsx b/layouts/New/Blog.tsx index cd4f9648c27e4..1ee913371d7b3 100644 --- a/layouts/New/Blog.tsx +++ b/layouts/New/Blog.tsx @@ -39,19 +39,21 @@ const BlogLayout: FC = async () => { return ( <> -
- - -
+
+
+ + +
+
); diff --git a/layouts/New/layouts.module.css b/layouts/New/layouts.module.css index ea4a5b3c64b0e..470af0beb2447 100644 --- a/layouts/New/layouts.module.css +++ b/layouts/New/layouts.module.css @@ -142,15 +142,19 @@ @apply flex w-full justify-center - gap-4 bg-gradient-subtle - px-4 - py-12 dark:bg-gradient-subtle-dark - md:px-14 - lg:px-28 xs:bg-none xs:dark:bg-none; + + main { + @apply max-w-8xl + gap-4 + px-4 + py-12 + md:px-14 + lg:px-28; + } } .contentLayout {