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/cv.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/pages/cv.tsx') diff --git a/src/pages/cv.tsx b/src/pages/cv.tsx index 3faa941..8bd1b0c 100644 --- a/src/pages/cv.tsx +++ b/src/pages/cv.tsx @@ -8,6 +8,7 @@ import Head from 'next/head'; import CVContent, { intro, meta } from '@content/pages/cv.mdx'; import PostHeader from '@components/PostHeader/PostHeader'; import { ArticleMeta } from '@ts/types/articles'; +import styles from '@styles/pages/Page.module.scss'; const CV: NextPageWithLayout = () => { const dates = { @@ -25,12 +26,14 @@ const CV: NextPageWithLayout = () => { {seo.cv.title} -
+
-
-- cgit v1.2.3