aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widget/ThematicsList/ThematicsList.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-07 12:01:08 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-07 12:31:56 +0100
commitb4e12398fbeb642c12649dcccdf4d5cdefa471e3 (patch)
tree0744b64eed4214813e70ed26ad4a18058a4a46af /src/components/Widget/ThematicsList/ThematicsList.module.scss
parent722ec20bad64d8c69b173c163011d37ad0b55591 (diff)
chore: add a widget to list all blog thematics
Diffstat (limited to 'src/components/Widget/ThematicsList/ThematicsList.module.scss')
-rw-r--r--src/components/Widget/ThematicsList/ThematicsList.module.scss7
1 files changed, 7 insertions, 0 deletions
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;
+}