From 722ec20bad64d8c69b173c163011d37ad0b55591 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 6 Jan 2022 19:27:45 +0100 Subject: chore: move Main grid to its children This way I can use full width background for some blocks. --- src/pages/mentions-legales.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/pages/mentions-legales.tsx') diff --git a/src/pages/mentions-legales.tsx b/src/pages/mentions-legales.tsx index d8dfe49..ea98e20 100644 --- a/src/pages/mentions-legales.tsx +++ b/src/pages/mentions-legales.tsx @@ -11,6 +11,7 @@ import LegalNoticeContent, { } from '@content/pages/legal-notice.mdx'; import PostHeader from '@components/PostHeader/PostHeader'; import { ArticleMeta } from '@ts/types/articles'; +import styles from '@styles/pages/Page.module.scss'; const LegalNotice: NextPageWithLayout = () => { const dates = { @@ -28,12 +29,14 @@ const LegalNotice: NextPageWithLayout = () => { {seo.legalNotice.title} -
+
-
-- cgit v1.2.3