diff --git a/deploy/clients/paris-barbershop/site/index.html b/deploy/clients/paris-barbershop/site/index.html index 88654ff..4f611e9 100644 --- a/deploy/clients/paris-barbershop/site/index.html +++ b/deploy/clients/paris-barbershop/site/index.html @@ -5,6 +5,11 @@ Paris Barber Shop — Nürnberg | 2 Filialen | Termin online buchen + + + + + @@ -37,8 +42,10 @@ /* nav */ header.nav { position: sticky; top: 0; z-index: 50; background: rgba(20,17,15,.82); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); } .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; } - .brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 1.5px; } + .brand { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 1.5px; display: flex; align-items: center; gap: 10px; } .brand span { color: var(--gold); } + .brand img { height: 44px; width: 44px; border-radius: 50%; display: block; } + footer .brand img { height: 52px; width: 52px; } nav ul { display: flex; gap: 30px; list-style: none; align-items: center; } nav a { color: var(--muted); font-size: .92rem; font-weight: 500; transition: color .2s; } nav a:hover { color: var(--ink); } @@ -140,7 +147,7 @@