We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 256717d + 1e56a45 commit 5320e82Copy full SHA for 5320e82
1 file changed
website/src/components/header.js
@@ -10,7 +10,7 @@ export function renderHeader() {
10
<div class="hidden sm:flex items-stretch gap-6">
11
<!-- Logo left, spanning both rows -->
12
<div class="flex items-center">
13
- <a href="#/" class="no-underline flex flex-col items-start">
+ <a href="#/" class="no-underline flex flex-col items-center">
14
<img src="${import.meta.env.BASE_URL}logo.png" alt="Semantic Anchors" class="max-h-24" />
15
<span class="text-xs text-[var(--color-text-secondary)] leading-tight" data-i18n="header.slogan">${i18n.t('header.slogan')}</span>
16
</a>
0 commit comments