summaryrefslogtreecommitdiffstats
path: root/src/components/PostsList/PostsList.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-16 18:22:08 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-16 18:22:08 +0100
commit0ef4f77954ba54b52b96c70a8bffe96804bd222d (patch)
tree7fe68b05271625f72f750786e1a94b71942d2cd5 /src/components/PostsList/PostsList.module.scss
parenta4f865224e0e395c7e29bb3b7279a5101b554d2c (diff)
chore: display featuredImage and meta on posts list
Diffstat (limited to 'src/components/PostsList/PostsList.module.scss')
-rw-r--r--src/components/PostsList/PostsList.module.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/PostsList/PostsList.module.scss b/src/components/PostsList/PostsList.module.scss
index 9f78f68..fe63cbc 100644
--- a/src/components/PostsList/PostsList.module.scss
+++ b/src/components/PostsList/PostsList.module.scss
@@ -2,4 +2,10 @@
.wrapper {
@extend %reset-ordered-list;
+
+ margin: var(--spacing-md) auto;
+}
+
+li.item {
+ margin: var(--spacing-md) 0;
}