From d01d42fbfb6779fc85fde4c32e97a418eab1b0d8 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 17 Feb 2026 23:49:07 +0100 Subject: [PATCH] Ajout d'un lien Photo dans le header de la navigation photo --- src/components/photo/CategoryNav.astro | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/photo/CategoryNav.astro b/src/components/photo/CategoryNav.astro index 8fa21c1..a2cc882 100644 --- a/src/components/photo/CategoryNav.astro +++ b/src/components/photo/CategoryNav.astro @@ -20,6 +20,8 @@ const categories = sortedCategories.map(cat => ({ id: cat.id, title: cat.data.ti Jalil Arfaoui + + Photo @@ -69,6 +71,12 @@ const categories = sortedCategories.map(cat => ({ id: cat.id, title: cat.data.ti height: 53px; } +.site-title { + display: flex; + align-items: center; + gap: 10px; +} + .site-link { display: flex; align-items: center; @@ -84,6 +92,10 @@ const categories = sortedCategories.map(cat => ({ id: cat.id, title: cat.data.ti color: rgba(255, 255, 255, 0.8); } +.site-title .nav-link { + padding-bottom: 0; +} + .hamburger { display: none; flex-direction: column;