Skip to content

Commit

Permalink
Fix spacing issues in post entry title
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJustSid committed Feb 6, 2024
1 parent 1071f25 commit 6b2fdac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ body {
min-width: 95%;
}

.post-entry-title {
padding-left: $post-entry-margin;
}

.post-entry-title a {
color: $text-primary;
margin-left: 25px;
}

.post-entry-img-meta-container {
Expand Down

0 comments on commit 6b2fdac

Please sign in to comment.