feat: ultra-aggressive mobile spacing refinement & native fidelity navigation redesign

This commit is contained in:
2026-02-15 20:15:04 +01:00
parent 6244425551
commit cb32b9d62f
19 changed files with 722 additions and 376 deletions

View File

@@ -24,27 +24,27 @@
}
h1 {
@apply text-6xl md:text-8xl leading-[0.95] mb-12;
@apply text-4xl md:text-8xl leading-[1.1] md:leading-[0.95] mb-6 md:mb-12;
}
h2 {
@apply text-4xl md:text-6xl leading-tight mb-8 mt-16;
@apply text-2xl md:text-6xl leading-tight mb-4 md:mb-8 mt-12 md:mt-16;
}
h3 {
@apply text-3xl md:text-5xl leading-tight mb-6 mt-12;
@apply text-xl md:text-5xl leading-tight mb-3 md:mb-6 mt-8 md:mt-12;
}
h4 {
@apply text-2xl md:text-3xl leading-tight mb-4 mt-8;
@apply text-lg md:text-3xl leading-tight mb-3 md:mb-4 mt-6 md:mt-8;
}
p {
@apply mb-4 text-base leading-relaxed text-slate-700;
@apply mb-4 text-sm md:text-base leading-relaxed text-slate-700;
}
.lead {
@apply text-xl md:text-2xl text-slate-600 mb-6 leading-relaxed;
@apply text-base md:text-2xl text-slate-600 mb-6 leading-relaxed;
font-weight: 400;
}
@@ -66,7 +66,7 @@
}
blockquote {
@apply border-l-4 border-slate-900 pl-6 italic text-slate-700 my-8 text-xl md:text-2xl font-serif;
@apply border-l-4 border-slate-900 pl-6 italic text-slate-700 my-8 text-lg md:text-2xl font-serif;
}
/* Focus states */
@@ -92,15 +92,15 @@
}
.container {
@apply max-w-6xl mx-auto px-6 py-12;
@apply max-w-6xl mx-auto px-5 md:px-6 py-8 md:py-12;
}
.wide-container {
@apply max-w-7xl mx-auto px-6 py-16;
@apply max-w-7xl mx-auto px-5 md:px-6 py-10 md:py-16;
}
.narrow-container {
@apply max-w-4xl mx-auto px-6 py-10;
@apply max-w-4xl mx-auto px-5 md:px-6 py-6 md:py-10;
}
.highlighter-tag {