Skip to content

Commit

Permalink
chore: blog heading styles
Browse files Browse the repository at this point in the history
  • Loading branch information
shanehull committed Nov 13, 2024
1 parent 50b4c85 commit 9efa63b
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 9efa63b

Please sign in to comment.