Skip to content

Commit

Permalink
Bold blog post list titles
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Dec 2, 2024
1 parent 0322d38 commit 98c1bc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/assets/css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
.blog__postlist,
.blog__post--info { display: grid; }
.blog__postlist { gap: 0.5em; }
.blog__postlist--title { font-size: var(--fs-bloglist-title); }
.blog__nav--title { font-size: var(--fs-h3); }

.blog__postlist--title {
font-size: var(--fs-bloglist-title);
font-weight: 700;
}

.blog__post--info {
gap: 0.3em;
font-size: var(--fs-main-txt);
Expand Down

0 comments on commit 98c1bc3

Please sign in to comment.