This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user