Skip to content

Commit

Permalink
fix: home link vertical alignment (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreitzner authored Oct 19, 2023
1 parent 64bf21c commit 0a700a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-mails-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

fix: home link text alignment issue
1 change: 1 addition & 0 deletions packages/site-kit/src/lib/nav/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ Top navigation bar for the application. It provides a slot for the left side, th
background-size: auto 70%;
align-items: center;
padding-left: calc(var(--sk-page-padding-side) + 4rem);
padding-top: 5px; /* center vertically relative to logo */
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.05em;
Expand Down

0 comments on commit 0a700a2

Please sign in to comment.