Skip to content

Commit

Permalink
release: properly center nav
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Feb 14, 2025
1 parent ad33c19 commit b540390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m3-svelte",
"version": "3.4.6",
"version": "3.4.7",
"license": "Apache-2.0 OR GPL-3.0-only",
"repository": "KTibow/m3-svelte",
"author": {
Expand Down
1 change: 1 addition & 0 deletions src/lib/nav/NavListButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
gap: 0.25rem;
padding: 0;
border: none;
align-items: stretch;
text-align: center;
background-color: transparent;
Expand Down

0 comments on commit b540390

Please sign in to comment.