From b4e12398fbeb642c12649dcccdf4d5cdefa471e3 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 7 Jan 2022 12:01:08 +0100 Subject: chore: add a widget to list all blog thematics --- src/components/Widget/ThematicsList/ThematicsList.module.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/Widget/ThematicsList/ThematicsList.module.scss (limited to 'src/components/Widget/ThematicsList/ThematicsList.module.scss') diff --git a/src/components/Widget/ThematicsList/ThematicsList.module.scss b/src/components/Widget/ThematicsList/ThematicsList.module.scss new file mode 100644 index 0000000..5f37c7a --- /dev/null +++ b/src/components/Widget/ThematicsList/ThematicsList.module.scss @@ -0,0 +1,7 @@ +.title { + margin: 0; +} + +.list { + margin: var(--spacing-sm) 0; +} -- cgit v1.2.3