Skip to content

Commit 7b47d3d

Browse files
fix: match french header size to english
1 parent adcba6e commit 7b47d3d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@
240240

241241
<!-- Nav -->
242242
<header class="nav-fixed-center">
243-
<nav class="glass-nav flex h-16 items-center justify-between rounded-full px-4 sm:h-[72px] sm:px-6">
243+
<nav class="glass-nav flex h-[50px] items-center justify-between rounded-full px-5 sm:px-8">
244244
<a href="#top" class="flex items-center gap-2 no-underline shrink-0" aria-label="Atlas Nexus accueil">
245-
<img src="/atlas-logo.png?v=20260527" alt="Atlas Nexus" class="h-9 w-9 rounded-lg">
246-
<span class="hidden lg:inline-flex items-center text-base font-semibold tracking-tight text-foreground dark:text-dark-foreground">Atlas Nexus</span>
247-
<span class="hidden lg:inline-flex rounded-full bg-accent/15 px-2 py-0.5 text-[10px] font-medium text-accent dark:text-green-400 -ml-0.5">Live</span>
245+
<img src="/atlas-logo.png?v=20260527" alt="Atlas Nexus" class="h-12 w-12 rounded-xl">
246+
<span class="hidden items-center text-lg font-semibold tracking-tight text-foreground dark:text-dark-foreground">Atlas Nexus</span>
247+
<span class="hidden rounded-full bg-accent/15 px-2.5 py-1 text-[11px] font-medium text-accent dark:text-green-400 -ml-0.5">Live</span>
248248
</a>
249249
<ul class="hidden items-center gap-1 text-sm font-medium text-slate-500 dark:text-dark-dim md:flex">
250250
<li><a href="#products" class="relative rounded-full px-3 py-1.5 hover:text-foreground dark:hover:text-white transition-colors">Produits</a></li>

0 commit comments

Comments
 (0)