diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 69399db..779c597 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -32,6 +32,11 @@ text-decoration: none; } + li a { + line-height: 1em; + width: 1em; + } + h1 { margin: 0; writing-mode: horizontal-tb;