Skip to content

Commit 5320e82

Browse files
authored
Merge pull request #157 from raifdmueller/add-changelog
fix: center slogan text below logo
2 parents 256717d + 1e56a45 commit 5320e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function renderHeader() {
1010
<div class="hidden sm:flex items-stretch gap-6">
1111
<!-- Logo left, spanning both rows -->
1212
<div class="flex items-center">
13-
<a href="#/" class="no-underline flex flex-col items-start">
13+
<a href="#/" class="no-underline flex flex-col items-center">
1414
<img src="${import.meta.env.BASE_URL}logo.png" alt="Semantic Anchors" class="max-h-24" />
1515
<span class="text-xs text-[var(--color-text-secondary)] leading-tight" data-i18n="header.slogan">${i18n.t('header.slogan')}</span>
1616
</a>

0 commit comments

Comments
 (0)