This commit is contained in:
2025-11-29 00:59:58 +01:00
parent 9fd0ba315f
commit c233060f36

View File

@@ -95,7 +95,8 @@ function build_lang_url(string $code, string $path, array $query): string
} }
?> ?>
<header class="sticky top-0 z-40 border-b border-brand-border/70 backdrop-blur bg-brand-bg/85"> <header class="sticky top-0 z-40 border-b border-brand-border/70 backdrop-blur bg-brand-bg/85">
<div class="mx-auto max-w-6xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"> <div class="mx-auto max-w-6xl px-4 sm:px-6 lg:px-8 flex items-center justify-between min-h-16 py-2">
<!-- Logo --> <!-- Logo -->
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">
@@ -126,9 +127,11 @@ function build_lang_url(string $code, string $path, array $query): string
echo "<pre>"; echo "<pre>";
print_r($navAnchors); print_r($navAnchors);
echo "</pre>"; echo "</pre>";
?> ?> <div class="mx-auto max-w-6xl px-4 sm:px-6 lg:px-8 flex items-center justify-between min-h-16 py-2">
--> -->
<nav class="flex flex-wrap items-center gap-4 sm:gap-6 text-xs font-medium text-brand-muted uppercase tracking-[0.18em]"> <nav class="flex flex-wrap items-center gap-x-4 gap-y-1 sm:gap-x-6 text-xs font-medium text-brand-muted uppercase tracking-[0.18em]">
<?php foreach ($navAnchors as $item): ?> <?php foreach ($navAnchors as $item): ?>
<?php <?php
$href = $item['href'] ?? '#'; $href = $item['href'] ?? '#';