Skip to content

Commit

Permalink
feat: horizontal line after title section
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-salvagni committed Jul 23, 2024
1 parent 1c386f7 commit af279f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ const { title, description, pubDate, updatedDate, issue } = Astro.props;
margin-bottom: 3em;
text-align: center;
line-height: 1;
border-bottom: 1px solid var(--gray-lightest);
padding-bottom: 1.6em;
}
.title h1 {
margin: 0 0 0.5em 0;
Expand Down

0 comments on commit af279f6

Please sign in to comment.