fix: word spacing

This commit is contained in:
Cory Dransfeldt 2024-04-28 20:33:31 -07:00
parent 808dc41374
commit 0a7b3a95a9
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "13.0.4",
"version": "13.0.5",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -4,6 +4,7 @@ html {
font-family: var(--font-mono);
font-size: var(--font-size-base);
letter-spacing: -.05rem;
word-spacing: -.125rem;
line-height: var(--line-height-base);
background: var(--background-color);
accent-color: var(--accent-color)