Skip to content

Commit

Permalink
fix: Don't hide nav home title on small screen (#94)
Browse files Browse the repository at this point in the history
* Push

* Add changeset
  • Loading branch information
PuruVJ committed Apr 11, 2023
1 parent 041977e commit 5f7d368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-trainers-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

Fix: Don't hide navbar's home text label
4 changes: 0 additions & 4 deletions packages/site-kit/src/lib/components/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ Top navigation bar for the application. It provides a slot for the left side, th
.appearance .caption {
display: block;
}
.home :global(span :not(strong)) {
display: none;
}
}
@media (min-width: 800px) {
Expand Down

0 comments on commit 5f7d368

Please sign in to comment.