feat(v11-dg): mobile header page active + hamburger top-right + poignee carte-o + polish css

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jules Neny
2026-05-11 15:14:48 +02:00
parent 1e1c56db2f
commit 79004573f1
7 changed files with 156 additions and 6 deletions

View File

@@ -1 +1,23 @@
@import "tailwindcss";
/* Typographie monospace - labels editoriaux (V1.1-G.1) */
.font-mono-editorial,
.hashtag-label,
.nature-badge,
.carte-o-label {
font-family: 'Courier New', Courier, monospace;
}
/* Corps de texte pages statiques (V1.1-G.2) */
.prose-page {
font-size: 1.0625rem;
line-height: 1.75;
color: #374151;
max-width: 65ch;
}
.prose-page h1, .prose-page h2, .prose-page h3 {
color: #111827;
font-weight: 600;
line-height: 1.3;
}