From f5ba1046b13acd239c472e361f345902937662fb Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 20 Jan 2022 11:57:16 +0100 Subject: chore: add a page for projects --- src/styles/pages/Projects.module.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/styles/pages/Projects.module.scss (limited to 'src/styles/pages/Projects.module.scss') diff --git a/src/styles/pages/Projects.module.scss b/src/styles/pages/Projects.module.scss new file mode 100644 index 0000000..3fd74cb --- /dev/null +++ b/src/styles/pages/Projects.module.scss @@ -0,0 +1,13 @@ +.article { + composes: grid from "@styles/layout/_grid.scss"; + align-items: start; + + > header { + grid-column: 1 / -1; + } +} + +.body { + grid-column: 1 / -1; + margin-bottom: var(--spacing-xl); +} -- cgit v1.2.3