Skip to content

Commit

Permalink
💄 style: decrease margin between date and post title
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Mar 6, 2023
1 parent dc64e25 commit 283f3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/parts/_posts_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
padding: 2.5rem 0;

.date {
font-size: 0.85rem;
font-size: 0.9rem;
font-weight: 300;
color: var(--meta-color);
width: 14.5rem;
width: 13.5rem;
}

.bloglist-tags {
Expand Down

0 comments on commit 283f3d3

Please sign in to comment.