pages
Some checks failed
Build & Deploy Mintel Blog / build-and-deploy (push) Failing after 1m26s

This commit is contained in:
2026-01-31 10:09:12 +01:00
parent 03fa2ea4a9
commit cd2d267e48
15 changed files with 745 additions and 789 deletions

View File

@@ -10,28 +10,28 @@
body {
@apply bg-white text-slate-800 font-serif antialiased selection:bg-slate-900 selection:text-white;
line-height: 1.8;
line-height: 1.6;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
@apply font-sans font-bold text-slate-900;
@apply font-sans font-bold text-slate-900 tracking-tighter;
}
h1 {
@apply text-4xl md:text-5xl leading-[1.1] mb-8 tracking-tight;
@apply text-6xl md:text-8xl leading-[0.95] mb-12;
}
h2 {
@apply text-3xl md:text-4xl leading-[1.2] mb-6 mt-12 tracking-tight;
@apply text-4xl md:text-6xl leading-tight mb-8 mt-16;
}
h3 {
@apply text-2xl md:text-3xl leading-[1.3] mb-4 mt-8 tracking-tight;
@apply text-3xl md:text-5xl leading-tight mb-6 mt-12;
}
h4 {
@apply text-xl md:text-2xl leading-[1.4] mb-3 mt-6 tracking-tight;
@apply text-2xl md:text-3xl leading-tight mb-4 mt-8;
}
p {