Skip to content

Commit

Permalink
cleanup: align the date collection and the tags perfectly in the arti…
Browse files Browse the repository at this point in the history
…cle list
  • Loading branch information
GabsEdits committed Sep 10, 2024
1 parent 237b169 commit 4dfdff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions custom/ArticleList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -180,7 +179,6 @@
}

.tags {
margin-top: 0.625rem;
text-align: right;

span {
Expand Down

0 comments on commit 4dfdff7

Please sign in to comment.