From 339c6957fe92c4ec1809159f09c55201d3794c18 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 6 May 2022 18:21:16 +0200 Subject: chore: add a Contact page --- src/styles/pages/contact.module.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/styles/pages/contact.module.scss (limited to 'src/styles') diff --git a/src/styles/pages/contact.module.scss b/src/styles/pages/contact.module.scss new file mode 100644 index 0000000..65fb0d6 --- /dev/null +++ b/src/styles/pages/contact.module.scss @@ -0,0 +1,3 @@ +.notice { + margin-top: var(--spacing-md); +} -- cgit v1.2.3