From a8e8fc73498e85c0cc1692b7330aeb3567f4a1e6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 16 Dec 2021 19:30:32 +0100 Subject: chore: display year between blog posts --- src/components/PostsList/PostsList.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/PostsList/PostsList.module.scss') diff --git a/src/components/PostsList/PostsList.module.scss b/src/components/PostsList/PostsList.module.scss index fe63cbc..0b9aa2d 100644 --- a/src/components/PostsList/PostsList.module.scss +++ b/src/components/PostsList/PostsList.module.scss @@ -1,6 +1,6 @@ @use "@styles/abstracts/placeholders"; -.wrapper { +.list { @extend %reset-ordered-list; margin: var(--spacing-md) auto; -- cgit v1.2.3