diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-16 19:30:32 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-16 19:30:32 +0100 |
| commit | a8e8fc73498e85c0cc1692b7330aeb3567f4a1e6 (patch) | |
| tree | 02e92ea4d892c1128930327bc56c5123009bb365 /src/components/PostsList/PostsList.module.scss | |
| parent | 9a81ce60575403d5d3fc489f9b51d85e7108344b (diff) | |
chore: display year between blog posts
Diffstat (limited to 'src/components/PostsList/PostsList.module.scss')
| -rw-r--r-- | src/components/PostsList/PostsList.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
