diff --git a/package.json b/package.json index 1beecd1..5d2e84c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/pages/FoundationHeader.astro b/src/components/pages/FoundationHeader.astro index 1636d23..e88f5c9 100644 --- a/src/components/pages/FoundationHeader.astro +++ b/src/components/pages/FoundationHeader.astro @@ -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 { @@ -140,7 +141,7 @@ import FoundationLogo from "../logos/FoundationLogo.astro"; } .site-logo { - width: 10em; + width: 11em; flex: none; }