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;