Skip to content

Commit

Permalink
feat(example-site): reduce letter-spacing on the larger heading size
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Dec 2, 2024
1 parent 6f66025 commit d485cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/documents/styles.css/_block_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ h5,
h6 {
font-size: 1.9125em;
line-height: 1.21825;
letter-spacing: -0.02275em;
}

h2 > a,
Expand Down Expand Up @@ -557,6 +558,7 @@ pre code {
code {
padding: 0;
background-color: initial;
border: none;
border-radius: 0;
font-size: 1em;
}
Expand Down

0 comments on commit d485cda

Please sign in to comment.