From a13022cd4c0a7cf0f00a6db49fad13db22d63dd6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 5 May 2022 17:58:40 +0200 Subject: chore: add a Projects page --- src/styles/pages/projects.module.scss | 9 +++++++++ 1 file changed, 9 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..735a683 --- /dev/null +++ b/src/styles/pages/projects.module.scss @@ -0,0 +1,9 @@ +@use "@styles/abstracts/mixins" as mix; + +.list { + @include mix.media("screen") { + @include mix.dimensions("md") { + margin: 0 calc(var(--spacing-3xl) * -1) var(--spacing-md); + } + } +} -- cgit v1.2.3 From 525ea4c39c4965d9f6f7941cf203e56190d0ec1c Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 23 May 2022 23:08:33 +0200 Subject: chore: adjust cards list spacing --- src/components/molecules/layout/card.tsx | 2 +- src/components/organisms/layout/cards-list.module.scss | 7 +++++++ src/styles/pages/projects.module.scss | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'src/styles/pages/projects.module.scss') diff --git a/src/components/molecules/layout/card.tsx b/src/components/molecules/layout/card.tsx index 68e364a..7bbd040 100644 --- a/src/components/molecules/layout/card.tsx +++ b/src/components/molecules/layout/card.tsx @@ -77,7 +77,7 @@ const Card: FC = ({ {title} - {tagline &&
{tagline}
} +
{tagline}
{meta && (