Match Accueil.png mockup: nav layout, full-width search, section label

This commit is contained in:
Pontoporeia
2026-04-06 17:20:19 +02:00
parent 8b27acec27
commit 088324cb80
5 changed files with 66 additions and 36 deletions

View File

@@ -134,16 +134,16 @@
overflow: hidden;
}
/* Latest-year label — section heading style */
.home-latest-label {
/* Section label */
.home-section-label {
font-style: normal;
background: transparent;
color: var(--text-secondary);
color: var(--text-primary);
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 0.9rem 1.25rem 0.6rem;
padding: 1.1rem 1.25rem 0.8rem;
border-bottom: 1px solid var(--border-primary);
margin: 0;
}