font sizes
Some checks failed
Build & Deploy KLZ Cables / deploy (push) Failing after 3m50s

This commit is contained in:
2026-01-25 11:34:57 +01:00
parent 3288bbd745
commit 3582370449
13 changed files with 30 additions and 30 deletions

View File

@@ -75,12 +75,12 @@
}
/* Enhanced Mobile-first typography hierarchy with fluid sizing */
h1 { @apply text-3xl md:text-6xl lg:text-7xl xl:text-8xl leading-[1.1]; }
h2 { @apply text-2xl md:text-5xl lg:text-6xl leading-[1.2]; }
h3 { @apply text-xl md:text-3xl lg:text-4xl leading-[1.3]; }
h4 { @apply text-lg md:text-2xl leading-[1.4]; }
h5 { @apply text-base md:text-xl leading-[1.5]; }
h6 { @apply text-sm md:text-lg leading-[1.6]; }
h1 { @apply text-3xl md:text-5xl lg:text-6xl leading-[1.1]; }
h2 { @apply text-2xl md:text-4xl lg:text-5xl leading-[1.2]; }
h3 { @apply text-xl md:text-2xl lg:text-3xl leading-[1.3]; }
h4 { @apply text-lg md:text-xl lg:text-2xl leading-[1.4]; }
h5 { @apply text-base md:text-lg leading-[1.5]; }
h6 { @apply text-sm md:text-base leading-[1.6]; }
/* Paragraph and text styles */
p {