Skip to content

Commit

Permalink
sidebar letter spacing (#10)
Browse files Browse the repository at this point in the history
Minor CSS change, to match what we do with headings with our font, makes
the sidebar a bit cleaner.

Before:
![Screenshot 2023-10-18 at 9 35 00
AM](https://github.com/astriaorg/docs/assets/459938/bfbf9ff9-8081-42b2-836d-eba7a1dbb8ee)

After:
![Screenshot 2023-10-18 at 9 35 42
AM](https://github.com/astriaorg/docs/assets/459938/dd8e9c8b-a330-4075-8162-3c21f4cdf548)

---------
  • Loading branch information
joroshiba committed Oct 18, 2023
1 parent 426a4f7 commit e90d4ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,7 @@ p {
font-family: Nb akademie webfont, sans-serif;
font-weight: 400;
}

.menu__link {
letter-spacing: -0.04em;
}

0 comments on commit e90d4ba

Please sign in to comment.