asd
This commit is contained in:
@@ -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">
|
||||
<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 -->
|
||||
<div class="flex items-center gap-3">
|
||||
@@ -126,9 +127,11 @@ function build_lang_url(string $code, string $path, array $query): string
|
||||
echo "<pre>";
|
||||
print_r($navAnchors);
|
||||
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
|
||||
$href = $item['href'] ?? '#';
|
||||
|
||||
Reference in New Issue
Block a user