Skip to content

Commit

Permalink
Merge pull request #38 from shanehull/fix/blog-heading-styles
Browse files Browse the repository at this point in the history
chore: blog heading styles
  • Loading branch information
shanehull authored Nov 13, 2024
2 parents 50b4c85 + 9efa63b commit 09944ef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -483,19 +483,17 @@ div.no-posts {
flex-direction: column;
justify-content: flex-start;

> h1,
> h2,
> img,
> small {
align-self: center;
display: block;
margin-bottom: 0.4rem;
margin-bottom: 0.2rem;
}

h1,
h2 {
margin-top: 2rem;
border-bottom: 0.2rem solid $light-icon;
border-bottom: 0.15rem solid $light-icon;
}

div#tags {
Expand Down Expand Up @@ -647,8 +645,7 @@ div.no-posts {
.blog-container {
h1,
h2 {
margin-top: 4rem;
border-bottom: 0.2rem solid $dark-icon;
border-bottom: 0.15rem solid $dark-icon;
}
}

Expand Down

0 comments on commit 09944ef

Please sign in to comment.