From be1937d899d3ef4d16d5c39a501e6b9b6c9f25ba Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Mon, 19 Feb 2024 17:24:42 +0100 Subject: [PATCH] fix: remove useless `max-w-8xl` --- layouts/New/layouts.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/New/layouts.module.css b/layouts/New/layouts.module.css index 64b77edadbf71..ea4a5b3c64b0e 100644 --- a/layouts/New/layouts.module.css +++ b/layouts/New/layouts.module.css @@ -141,7 +141,6 @@ .blogLayout { @apply flex w-full - max-w-8xl justify-center gap-4 bg-gradient-subtle