From 4dfdff784ac78c42c386cfbab735c11477ef5fc5 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Tue, 10 Sep 2024 18:10:17 +0300 Subject: [PATCH] cleanup: align the date collection and the tags perfectly in the article list --- CHANGELOG.md | 2 ++ custom/ArticleList.scss | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3fe7c..b6eca68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -194,6 +194,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Allow user to customize the date locale (default is `en-US`, rather then `en-GB` as before) +- Align the date collection and the tags perfectly in the article list + ### Changed - Modernize the Article List type logic diff --git a/custom/ArticleList.scss b/custom/ArticleList.scss index 5cb8093..eb0d46e 100644 --- a/custom/ArticleList.scss +++ b/custom/ArticleList.scss @@ -143,7 +143,6 @@ .date { font-feature-settings: "zero", "tnum", "cv03", "cv02"; - margin: 5px 0; color: var(--color-text-secondary); font-weight: 600; font-size: 0.9rem; @@ -180,7 +179,6 @@ } .tags { - margin-top: 0.625rem; text-align: right; span {