Skip to content

Commit

Permalink
💄 fix(style): add line-height to .section-title (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Oct 17, 2023
1 parent ea791f3 commit 944ad4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,11 @@ article {
.section-title {
display: block;
margin: 0;
margin-top: -0.15em;
color: var(--text-color-high-contrast);
font-weight: 550;
font-size: 2.2em;
line-height: 1.2em;
}

.last-updated {
Expand Down
2 changes: 1 addition & 1 deletion sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ul {
}

.title-container {
padding-bottom: 15px;
padding-bottom: 8px;
}

.bottom-divider {
Expand Down

0 comments on commit 944ad4d

Please sign in to comment.