Ajout d'un lien Photo dans le header de la navigation photo
This commit is contained in:
parent
c3cc6915db
commit
d01d42fbfb
1 changed files with 12 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ const categories = sortedCategories.map(cat => ({ id: cat.id, title: cat.data.ti
|
|||
<HomeIcon size={16} />
|
||||
<span class="site-name">Jalil Arfaoui</span>
|
||||
</a>
|
||||
<span class="nav-separator"></span>
|
||||
<a href="/photo" class="nav-link">Photo</a>
|
||||
</div>
|
||||
|
||||
<!-- Bouton hamburger (mobile) -->
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue