Skip to content

Commit

Permalink
Update [slug].astro (#39)
Browse files Browse the repository at this point in the history
Removes redundant style.
  • Loading branch information
chrispecoraro authored Feb 17, 2024
1 parent bca6313 commit a6873ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/post/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const post = await getPost(slug);
& .post__date {
font-family: var(--font-family-sans);
font-weight: 600;
font-family: var(--font-family-sans);
font-size: var(--font-size-1);
line-height: var(--line-height-1);
margin-top: var(--space-4);
Expand Down

0 comments on commit a6873ed

Please sign in to comment.