Skip to content

Commit

Permalink
Bump dependencies and adjust header styles (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Mar 13, 2024
1 parent 694e860 commit 8a7a8af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/starlight": "^0.21.1",
"@interledger/docs-design-system": "^0.3.0",
"@types/showdown": "^2.0.6",
"astro": "^4.5.1",
"astro": "^4.5.2",
"html-to-text": "^9.0.5",
"markdown-it": "^14.0.0",
"node-html-parser": "^6.1.12",
Expand Down
3 changes: 2 additions & 1 deletion src/components/pages/FoundationHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ import FoundationLogo from "../logos/FoundationLogo.astro";
.site-nav ul {
list-style: none;
padding-inline-start: 0;
justify-content: center;
}

.site-nav a {
Expand All @@ -140,7 +141,7 @@ import FoundationLogo from "../logos/FoundationLogo.astro";
}

.site-logo {
width: 10em;
width: 11em;
flex: none;
}

Expand Down

0 comments on commit 8a7a8af

Please sign in to comment.